Class CRBuiltInArtifact
java.lang.Object
com.thoughtworks.go.plugin.configrepo.contract.CRBase
com.thoughtworks.go.plugin.configrepo.contract.CRArtifact
com.thoughtworks.go.plugin.configrepo.contract.CRBuiltInArtifact
- All Implemented Interfaces:
Locatable
public class CRBuiltInArtifact extends CRArtifact
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CRBuiltInArtifact()CRBuiltInArtifact(java.lang.String src, java.lang.String dest, CRArtifactType type) -
Method Summary
Modifier and Type Method Description voidgetErrors(ErrorCollection errors, java.lang.String parentLocation)Methods inherited from class com.thoughtworks.go.plugin.configrepo.contract.CRArtifact
getLocationMethods 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, wait
-
Constructor Details
-
CRBuiltInArtifact
public CRBuiltInArtifact() -
CRBuiltInArtifact
-
-
Method Details
-
getErrors
- Overrides:
getErrorsin classCRArtifact
-