public class CommitResult
Representing the status returned when committing a number of VcsUpdates to a remote repository.
Modifiers | Name | Description |
---|---|---|
enum |
CommitResult.CommitStatus |
Constructor and description |
---|
CommitResult
(CommitResult.CommitStatus commitStatus, java.lang.String resultMessage) Creates a CommitResult with a given status and additional information message. |
Type Params | Return Type | Name and description |
---|---|---|
|
public CommitResult.CommitStatus |
getCommitStatus() |
|
public java.lang.String |
getResultMessage() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Creates a CommitResult with a given status and additional information message.
commitStatus
- the status of the commitresultMessage
- an optional message describing the problem in case the commit was not successfulReadyAPI functional (soapui-pro) SDK 3.56.0