Class Commit2SoapDO
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
-
- com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
-
- com.collabnet.ce.soap60.webservices.scm.Commit2SoapDO
-
public class Commit2SoapDO extends ItemSoapDO
This class represents the data associated with an SCM commit operation.- Since:
- 7.0.0.1
-
-
Field Summary
Fields Modifier and Type Field Description static StringFILTER_CREATED_AFTERScm commit created date filter.static StringFILTER_CREATED_BEFOREScm commit created date filter.static StringFILTER_CREATED_BYScm commit 'createdBy' filter.
-
Constructor Summary
Constructors Constructor Description Commit2SoapDO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommitMessage()Returns 'commitMessage'.StringgetCreatedByFullname()Returns 'createdByFullname'.ScmFile2SoapListgetFiles()Returns 'files'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetCommitMessage(String commitMessage)Sets 'commitMessage'.voidsetCreatedByFullname(String createdByFullname)Sets 'createdByFullname'.voidsetFiles(ScmFile2SoapList files)Sets 'files'.-
Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
-
-
-
-
Field Detail
-
FILTER_CREATED_AFTER
public static final String FILTER_CREATED_AFTER
Scm commit created date filter.- See Also:
- Constant Field Values
-
FILTER_CREATED_BEFORE
public static final String FILTER_CREATED_BEFORE
Scm commit created date filter.- See Also:
- Constant Field Values
-
FILTER_CREATED_BY
public static final String FILTER_CREATED_BY
Scm commit 'createdBy' filter.- See Also:
- Constant Field Values
-
-
Method Detail
-
getCommitMessage
public String getCommitMessage()
Returns 'commitMessage'. The message provided by the user when creating the commit- Returns:
- Value of 'commitMessage'.
-
setCommitMessage
public void setCommitMessage(String commitMessage)
Sets 'commitMessage'. The message provided by the user when creating the commit- Parameters:
commitMessage- Value of 'commitMessage'.
-
getCreatedByFullname
public String getCreatedByFullname()
Returns 'createdByFullname'. The full name of the user who created the commit- Returns:
- Value of 'createdByFullname'.
-
setCreatedByFullname
public void setCreatedByFullname(String createdByFullname)
Sets 'createdByFullname'. The full name of the user who created the commit- Parameters:
createdByFullname- Value of 'createdByFullname'.
-
getFiles
public ScmFile2SoapList getFiles()
Returns 'files'. The files affected by this commit- Returns:
- Value of 'files'.
-
setFiles
public void setFiles(ScmFile2SoapList files)
Sets 'files'. The files affected by this commit- Parameters:
files- Value of 'files'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-