Class CRTfsMaterial
java.lang.Object
com.thoughtworks.go.plugin.configrepo.contract.CRBase
com.thoughtworks.go.plugin.configrepo.contract.material.CRMaterial
com.thoughtworks.go.plugin.configrepo.contract.material.CRScmMaterial
com.thoughtworks.go.plugin.configrepo.contract.material.CRTfsMaterial
- All Implemented Interfaces:
Locatable,SourceCodeMaterial
-
Field Summary
FieldsFields inherited from class com.thoughtworks.go.plugin.configrepo.contract.material.CRScmMaterial
autoUpdate, destination, encryptedPassword, filter, password, usernameFields inherited from class com.thoughtworks.go.plugin.configrepo.contract.material.CRMaterial
type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetErrors(ErrorCollection errors, String parentLocation) getLocation(String parent) typeName()Methods inherited from class com.thoughtworks.go.plugin.configrepo.contract.material.CRScmMaterial
getCommonErrors, getFilterList, hasEncryptedPassword, hasPlainTextPassword, isWhitelist, setIncludesNoCheck, validatePasswordMethods inherited from class com.thoughtworks.go.plugin.configrepo.contract.material.CRMaterial
validateNameUniquenessMethods inherited from class com.thoughtworks.go.plugin.configrepo.contract.CRBase
getErrors, getLocation, setLocationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.thoughtworks.go.plugin.configrepo.contract.material.SourceCodeMaterial
getDestination
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
CRTfsMaterial
-
-
Method Details
-
typeName
- Specified by:
typeNamein classCRMaterial
-
getErrors
- Overrides:
getErrorsin classCRScmMaterial
-
getLocation
-