-
Nested Class Summary 
Nested Classes
-
Constructor Summary 
Constructors
GitContent(String name,
String owner,
String repo,
String path,
Number size,
String message,
String base64Data,
String sha,
String branch,
String sourceBranch,
Boolean autoCreateBranch,
String commitId)
-
Method Summary 
List<io.jenkins.blueocean.commons.ErrorMessage.Error>
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
GitContent 
-
GitContent 
public GitContent(String name,
String owner,
String repo,
String path,
Number size,
String message,
String base64Data,
String sha,
String branch,
String sourceBranch,
Boolean autoCreateBranch,
String commitId)
-
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()