Class CommitSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.scm.CommitSoapRow
A list of commits.
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'commitMessage'.Returns 'createdBy'.Returns 'createdByFullname'.Returns 'dateCreated'.Returns 'folderPathString'.getId()Returns 'id'.Returns 'projectId'.Returns 'projectPathString'.Returns 'projectTitle'.getTitle()Returns 'title'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetCommitMessage(String commitMessage) Sets 'commitMessage'.voidsetCreatedBy(String createdBy) Sets 'createdBy'.voidsetCreatedByFullname(String createdByFullname) Sets 'createdByFullname'.voidsetDateCreated(Date dateCreated) Sets 'dateCreated'.voidsetFolderPathString(String folderPathString) Sets 'folderPathString'.voidSets 'id'.voidsetProjectId(String projectId) Sets 'projectId'.voidsetProjectPathString(String projectPathString) Sets 'projectPathString'.voidsetProjectTitle(String projectTitle) Sets 'projectTitle'.voidSets 'title'.
-
Constructor Details
-
CommitSoapRow
public CommitSoapRow()
-
-
Method Details
-
getId
Returns 'id'. Id of the commit- Returns:
- Value of 'id'.
-
setId
Sets 'id'. Id of the commit- Parameters:
id- Value of 'id'.
-
getProjectPathString
Returns 'projectPathString'. The path of the project containing the commit- Returns:
- Value of 'projectPathString'.
-
setProjectPathString
Sets 'projectPathString'. The path of the project containing the commit- Parameters:
projectPathString- Value of 'projectPathString'.
-
getProjectTitle
Returns 'projectTitle'. The title of the project containing the commit- Returns:
- Value of 'projectTitle'.
-
setProjectTitle
Sets 'projectTitle'. The title of the project containing the commit- Parameters:
projectTitle- Value of 'projectTitle'.
-
getProjectId
Returns 'projectId'. The Id of the project containing the commit- Returns:
- Value of 'projectId'.
-
setProjectId
Sets 'projectId'. The Id of the project containing the commit- Parameters:
projectId- Value of 'projectId'.
-
getFolderPathString
Returns 'folderPathString'.- Returns:
- Value of 'folderPathString'.
-
setFolderPathString
Sets 'folderPathString'.- Parameters:
folderPathString- Value of 'folderPathString'.
-
getTitle
Returns 'title'. The title of the commit- Returns:
- Value of 'title'.
-
setTitle
Sets 'title'. The title of the commit- Parameters:
title- Value of 'title'.
-
getCreatedBy
Returns 'createdBy'. The username of the user who created the commit- Returns:
- Value of 'createdBy'.
-
setCreatedBy
Sets 'createdBy'. The username of the user who created the commit- Parameters:
createdBy- Value of 'createdBy'.
-
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'.
-
getDateCreated
Returns 'dateCreated'. The date the commit was created- Returns:
- Value of 'dateCreated'.
-
setDateCreated
Sets 'dateCreated'. The date the commit was created- Parameters:
dateCreated- Value of 'dateCreated'.
-
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'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-