Class CRScmMaterial
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
- All Implemented Interfaces:
Locatable,SourceCodeMaterial
- Direct Known Subclasses:
CRGitMaterial,CRHgMaterial,CRP4Material,CRSvnMaterial,CRTfsMaterial
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Stringprotected Stringprotected CRFilterprotected Stringprotected StringFields inherited from class com.thoughtworks.go.plugin.configrepo.contract.material.CRMaterial
type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidgetCommonErrors(ErrorCollection errors, String parentLocation) voidgetErrors(ErrorCollection errors, String parentLocation) booleanbooleanbooleanvoidsetIncludesNoCheck(String... filters) protected voidvalidatePassword(ErrorCollection errors, String location) Methods inherited from class com.thoughtworks.go.plugin.configrepo.contract.material.CRMaterial
typeName, 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.Locatable
getLocationMethods inherited from interface com.thoughtworks.go.plugin.configrepo.contract.material.SourceCodeMaterial
getDestination
-
Field Details
-
filter
-
destination
-
autoUpdate
@SerializedName("auto_update") @Expose protected boolean autoUpdate -
username
-
password
-
encryptedPassword
-
-
Constructor Details
-
CRScmMaterial
public CRScmMaterial() -
CRScmMaterial
-
-
Method Details