java.lang.Object | ||||
↳ | com.atlassian.bitbucket.util.BuilderSupport | |||
↳ | com.atlassian.bitbucket.scm.AbstractCommandParameters | |||
↳ | com.atlassian.bitbucket.scm.AbstractMergeCommandParameters | |||
↳ | com.atlassian.bitbucket.scm.MergeCommandParameters |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MergeCommandParameters.Builder |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.util.BuilderSupport
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the specific commit that should be merged into the
target branch . | |||||||||||
Retrieves a flag indicating whether these parameters include a
from repository ,
indicating the merge is cross-repository, where the to repository is provided when requesting the merge command
rather than in these parameters. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.scm.AbstractMergeCommandParameters
| |||||||||||
From class
com.atlassian.bitbucket.util.BuilderSupport
| |||||||||||
From class
java.lang.Object
|
Retrieves the specific commit that should be merged into the target branch
.
If this value is not provided, the current tip of the source branch
is
merged into the target. This should be used with caution, as it may result in the system performing a
different merge than intended if the source branch changes between when the merge is requested and when
it is performed.
null
to merge the current tip of the
branch
Retrieves the repository
containing the from getFromBranch()
and
commit
.
null
if the from and to branches are in the same repository
Retrieves a flag indicating whether these parameters include a from repository
,
indicating the merge is cross-repository, where the to repository is provided when requesting the merge command
rather than in these parameters.
true
if a from repository
is set; otherwise, false