Class RestChange
java.lang.Object
com.atlassian.bamboo.plugins.rest.model.build.change.RestChange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.base.Function<Commit, RestChange> Deprecated.since 5.11 use the constructorvoidexpand()getDate()voidvoidsetChangeFiles(RestChangeFileList changeFiles) voidsetChangesetId(String changesetId) voidsetComment(String comment) voidsetCommitUrl(String commitUrl) voidvoidvoidsetFullName(String fullName) voidsetUserName(String userName)
-
Constructor Details
-
RestChange
public RestChange() -
RestChange
-
-
Method Details
-
createFromCommitFunction
@Deprecated public static com.google.common.base.Function<Commit,RestChange> createFromCommitFunction()Deprecated.since 5.11 use the constructor -
expand
public void expand() -
getExpand
-
setExpand
-
getAuthor
-
setAuthor
-
getUserName
-
setUserName
-
getFullName
-
setFullName
-
getComment
-
setComment
-
getChangesetId
-
setChangesetId
-
getCommitUrl
-
setCommitUrl
-
getDate
-
setDate
-
getChangeFiles
-
setChangeFiles
-