Class CRDependencyMaterial
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.CRDependencyMaterial
- All Implemented Interfaces:
Locatable
-
Field Summary
FieldsFields inherited from class com.thoughtworks.go.plugin.configrepo.contract.material.CRMaterial
type -
Constructor Summary
ConstructorsConstructorDescriptionCRDependencyMaterial(String pipelineName, String stageName, boolean ignoreForScheduling) CRDependencyMaterial(String name, String pipelineName, String stageName, boolean ignoreForScheduling) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetErrors(ErrorCollection errors, String parentLocation) getLocation(String parent) typeName()Methods inherited from class com.thoughtworks.go.plugin.configrepo.contract.material.CRMaterial
validateNameUniquenessMethods inherited from class com.thoughtworks.go.plugin.configrepo.contract.CRBase
getErrors, getLocation, setLocation
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
CRDependencyMaterial
public CRDependencyMaterial() -
CRDependencyMaterial
-
CRDependencyMaterial
-
-
Method Details
-
typeName
- Specified by:
typeNamein classCRMaterial
-
getErrors
-
getLocation
-