Package com.atlassian.bitbucket.scm
Class EditFileCommandParameters
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.scm.AbstractCommandParameters
com.atlassian.bitbucket.scm.EditFileCommandParameters
Parameters for
editing
a file.- Since:
- 4.13
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Constructor Details
-
EditFileCommandParameters
-
-
Method Details
-
getAuthor
-
getBranch
- Returns:
- the branch from which the file edit should be performed
-
getCommitter
- Since:
- 7.13
-
getContent
-
getMessage
-
getPath
-
getSourceCommitId
-
getTargetBranch
- Returns:
- the name of the target branch
- Since:
- 5.2
-