Class CommitSoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
com.collabnet.ce.soap60.webservices.scm.CommitSoapDO
This class represents the data associated with an SCM commit operation.
- Since:
- 4.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'commitMessage'.Returns 'createdByFullname'.getFiles()
Returns 'files'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setCommitMessage
(String commitMessage) Sets 'commitMessage'.void
setCreatedByFullname
(String createdByFullname) Sets 'createdByFullname'.void
setFiles
(ScmFileSoapList files) Sets 'files'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Field Details
-
FILTER_CREATED_AFTER
Scm commit created date filter.- See Also:
-
FILTER_CREATED_BEFORE
Scm commit created date filter.- See Also:
-
FILTER_CREATED_BY
Scm commit 'createdBy' filter.- See Also:
-
-
Constructor Details
-
CommitSoapDO
public CommitSoapDO()
-
-
Method Details
-
getCommitMessage
Returns 'commitMessage'. The message provided by the user when creating the commit- Returns:
- Value of 'commitMessage'.
-
setCommitMessage
Sets 'commitMessage'. The message provided by the user when creating the commit- Parameters:
commitMessage
- Value of 'commitMessage'.
-
getCreatedByFullname
Returns 'createdByFullname'. The full name of the user who created the commit- Returns:
- Value of 'createdByFullname'.
-
setCreatedByFullname
Sets 'createdByFullname'. The full name of the user who created the commit- Parameters:
createdByFullname
- Value of 'createdByFullname'.
-
getFiles
Returns 'files'. The files affected by this commit- Returns:
- Value of 'files'.
-
setFiles
Sets 'files'. The files affected by this commit- Parameters:
files
- Value of 'files'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-