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 void
registerTypeMappings
(org.apache.axis.client.Call call) void
setCommitMessage
(String commitMessage) Sets 'commitMessage'.void
setCreatedBy
(String createdBy) Sets 'createdBy'.void
setCreatedByFullname
(String createdByFullname) Sets 'createdByFullname'.void
setDateCreated
(Date dateCreated) Sets 'dateCreated'.void
setFolderPathString
(String folderPathString) Sets 'folderPathString'.void
Sets 'id'.void
setProjectId
(String projectId) Sets 'projectId'.void
setProjectPathString
(String projectPathString) Sets 'projectPathString'.void
setProjectTitle
(String projectTitle) Sets 'projectTitle'.void
Sets '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)
-