Class RepositorySoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
-
- com.collabnet.ce.soap60.webservices.scm.RepositorySoapRow
-
public class RepositorySoapRow extends FolderSoapRow
This class represents a list of repositories. Each row within a repository list is represented by a RespositorySoapRow class.- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description RepositorySoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCommitsThisWeek()Returns 'commitsThisWeek'.StringgetRepositoryPath()Returns 'repositoryPath'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetCommitsThisWeek(int commitsThisWeek)Sets 'commitsThisWeek'.voidsetRepositoryPath(String repositoryPath)Sets 'repositoryPath'.-
Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
getCreatedBy, getCreatedOn, getDescription, getId, getLastModifiedBy, getLastModifiedOn, getParentFolderId, getPath, getProjectId, getTitle, setCreatedBy, setCreatedOn, setDescription, setId, setLastModifiedBy, setLastModifiedOn, setParentFolderId, setPath, setProjectId, setTitle
-
-
-
-
Method Detail
-
getRepositoryPath
public String getRepositoryPath()
Returns 'repositoryPath'. SCM repository path.- Returns:
- Value of 'repositoryPath'.
-
setRepositoryPath
public void setRepositoryPath(String repositoryPath)
Sets 'repositoryPath'. SCM repository path.- Parameters:
repositoryPath- Value of 'repositoryPath'.
-
getCommitsThisWeek
public int getCommitsThisWeek()
Returns 'commitsThisWeek'. Number of commits performed this week.- Returns:
- Value of 'commitsThisWeek'.
-
setCommitsThisWeek
public void setCommitsThisWeek(int commitsThisWeek)
Sets 'commitsThisWeek'. Number of commits performed this week.- Parameters:
commitsThisWeek- Value of 'commitsThisWeek'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-