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 Link icon

  • Method Details Link icon

    • getName Link icon

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

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

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

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

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

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

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

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

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

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

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

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

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