java.lang.Object
com.thoughtworks.go.plugin.configrepo.contract.CRBase
com.thoughtworks.go.plugin.configrepo.contract.CRStage
All Implemented Interfaces:
Locatable

public class CRStage extends CRBase
  • Constructor Details

    • CRStage

      public CRStage()
    • CRStage

      public CRStage(String name)
  • Method Details

    • addEnvironmentVariable

      public void addEnvironmentVariable(String key, String value)
    • addEnvironmentVariable

      public void addEnvironmentVariable(CREnvironmentVariable variable)
    • hasEnvironmentVariable

      public boolean hasEnvironmentVariable(String key)
    • getErrors

      public void getErrors(ErrorCollection errors, String parentLocation)
      Specified by:
      getErrors in class CRBase
    • getLocation

      public String getLocation(String parent)
    • validateNameUniqueness

      public String validateNameUniqueness(HashSet<String> keys)
    • addJob

      public void addJob(CRJob crJob)