java.lang.Object
io.jenkins.blueocean.rest.impl.pipeline.scm.ScmContent
io.jenkins.blueocean.rest.impl.pipeline.scm.GitContent

public class GitContent extends ScmContent
Author:
Vivek Pandey
  • Constructor Details

  • Method Details

    • getName

      @Exported(name="name") public String getName()
    • getOwner

      @Exported(name="owner") public String getOwner()
    • getRepo

      @Exported(name="repo") public String getRepo()
    • getPath

      @Exported(name="path") public String getPath()
    • getSize

      @Exported(name="size", skipNull=true) public Number getSize()
    • getMessage

      @Exported(name="message", skipNull=true) public String getMessage()
    • getBase64Data

      @Exported(name="base64Data", skipNull=true) public String getBase64Data()
    • getBranch

      @Exported(name="branch", skipNull=true) public String getBranch()
    • getSha

      @Exported(name="sha") public String getSha()
    • getSourceBranch

      @Exported(name="sourceBranch", skipNull=true) public String getSourceBranch()
    • isAutoCreateBranch

      @Exported(name="autoCreateBranch", skipNull=true) public Boolean isAutoCreateBranch()
    • getCommitId

      @Exported(name="commitId", skipNull=true) public String getCommitId()
    • validate

      public List<io.jenkins.blueocean.commons.ErrorMessage.Error> validate()