Class CRTask
java.lang.Object
com.thoughtworks.go.plugin.configrepo.contract.CRBase
com.thoughtworks.go.plugin.configrepo.contract.tasks.CRTask
- All Implemented Interfaces:
Locatable
- Direct Known Subclasses:
CRAbstractFetchTask,CRBuildTask,CRExecTask,CRPluggableTask
public abstract class CRTask extends CRBase
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringtype -
Constructor Summary
-
Method Summary
Methods inherited from class com.thoughtworks.go.plugin.configrepo.contract.CRBase
getErrors, 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
getLocation
-
Field Details
-
type
@SerializedName("type") @Expose protected java.lang.String type
-
-
Constructor Details
-
CRTask
public CRTask() -
CRTask
-