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
public class CRTfsMaterial extends CRScmMaterial
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE_NAMEFields 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 Constructor Description CRTfsMaterial(java.lang.String materialName, java.lang.String folder, boolean autoUpdate, boolean isFilterInverted, java.lang.String username, java.util.List<java.lang.String> filters, java.lang.String url, java.lang.String projectPath, java.lang.String domain) -
Method Summary
Modifier and Type Method Description voidgetErrors(ErrorCollection errors, java.lang.String parentLocation)java.lang.StringgetLocation(java.lang.String parent)java.lang.StringtypeName()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
public static final java.lang.String TYPE_NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
CRTfsMaterial
public CRTfsMaterial(java.lang.String materialName, java.lang.String folder, boolean autoUpdate, boolean isFilterInverted, java.lang.String username, java.util.List<java.lang.String> filters, java.lang.String url, java.lang.String projectPath, java.lang.String domain)
-
-
Method Details
-
typeName
public java.lang.String typeName()- Specified by:
typeNamein classCRMaterial
-
getErrors
- Overrides:
getErrorsin classCRScmMaterial
-
getLocation
public java.lang.String getLocation(java.lang.String parent)
-