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.String type  

    Fields inherited from class com.thoughtworks.go.plugin.configrepo.contract.CRBase

    location
  • Constructor Summary

    Constructors
    Constructor Description
    CRTask()  
    CRTask​(java.lang.String type, CRRunIf runIf, CRTask onCancel)  
  • Method Summary

    Methods inherited from class com.thoughtworks.go.plugin.configrepo.contract.CRBase

    getErrors, getErrors, getLocation, setLocation

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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

      public CRTask​(java.lang.String type, CRRunIf runIf, CRTask onCancel)