Class RestChange
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.build.change.RestChange
-
@Expander(RestChangeExpander.class) public class RestChange extends Object
-
-
Constructor Summary
Constructors Constructor Description RestChange()RestChange(Commit commit)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static com.google.common.base.Function<Commit,RestChange>createFromCommitFunction()Deprecated.since 5.11 use the constructorvoidexpand()StringgetAuthor()RestChangeFileListgetChangeFiles()StringgetChangesetId()StringgetComment()StringgetCommitUrl()DategetDate()StringgetExpand()StringgetFullName()StringgetUserName()voidsetAuthor(String author)voidsetChangeFiles(RestChangeFileList changeFiles)voidsetChangesetId(String changesetId)voidsetComment(String comment)voidsetCommitUrl(String commitUrl)voidsetDate(Date date)voidsetExpand(String expand)voidsetFullName(String fullName)voidsetUserName(String userName)
-
-
-
Constructor Detail
-
RestChange
public RestChange()
-
RestChange
public RestChange(Commit commit)
-
-
Method Detail
-
createFromCommitFunction
@Deprecated public static com.google.common.base.Function<Commit,RestChange> createFromCommitFunction()
Deprecated.since 5.11 use the constructor
-
expand
public void expand()
-
getExpand
public String getExpand()
-
setExpand
public void setExpand(String expand)
-
getAuthor
public String getAuthor()
-
setAuthor
public void setAuthor(String author)
-
getUserName
public String getUserName()
-
setUserName
public void setUserName(String userName)
-
getFullName
public String getFullName()
-
setFullName
public void setFullName(String fullName)
-
getComment
public String getComment()
-
setComment
public void setComment(String comment)
-
getChangesetId
public String getChangesetId()
-
setChangesetId
public void setChangesetId(String changesetId)
-
getCommitUrl
public String getCommitUrl()
-
setCommitUrl
public void setCommitUrl(String commitUrl)
-
getDate
public Date getDate()
-
setDate
public void setDate(Date date)
-
getChangeFiles
public RestChangeFileList getChangeFiles()
-
setChangeFiles
public void setChangeFiles(RestChangeFileList changeFiles)
-
-