Class BranchContext

java.lang.Object
cd.go.contrib.plugins.configrepo.groovy.dsl.BranchContext

public class BranchContext extends Object
  • Constructor Details

    • BranchContext

      public BranchContext()
      Required for JSON deserialization
    • BranchContext

      public BranchContext(@NotEmpty @NotEmpty String fullRefName, @NotEmpty @NotEmpty String branch, @NotNull @NotNull ScmMaterial repo)
  • Method Details

    • getProvider

      public ConnectionConfig getProvider()
    • getIdentifier

      public String getIdentifier()
    • getTitle

      public String getTitle()
    • getAuthor

      public String getAuthor()
    • getReferenceUrl

      public String getReferenceUrl()
    • getLabels

      public List<String> getLabels()
    • getFullRefName

      public String getFullRefName()
    • getBranch

      public String getBranch()
    • getBranchSanitized

      public String getBranchSanitized()
    • getRepo

      public ScmMaterial getRepo()
    • setProvider

      public void setProvider(ConnectionConfig provider)
    • setIdentifier

      public void setIdentifier(String identifier)
    • setTitle

      public void setTitle(String title)
    • setAuthor

      public void setAuthor(String author)
    • setReferenceUrl

      public void setReferenceUrl(String referenceUrl)
    • setLabels

      public void setLabels(List<String> labels)
    • setFullRefName

      public void setFullRefName(String fullRefName)
    • setBranch

      public void setBranch(String branch)
    • setBranchSanitized

      public void setBranchSanitized(String branchSanitized)
    • setRepo

      public void setRepo(ScmMaterial repo)