com.vasoftware.sf.soap44.webservices.scm
Class RepositorySoapRow

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapRow
      extended by com.vasoftware.sf.soap44.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
RepositorySoapRow()
           
 
Method Summary
 int getCommitsThisWeek()
          Returns 'commitsThisWeek'.
 java.lang.String getRepositoryPath()
          Returns 'repositoryPath'.
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setCommitsThisWeek(int commitsThisWeek)
          Sets 'commitsThisWeek'.
 void setRepositoryPath(java.lang.String repositoryPath)
          Sets 'repositoryPath'.
 
Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapRow
getDescription, getId, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setId, setParentFolderId, setPath, setProjectId, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositorySoapRow

public RepositorySoapRow()
Method Detail

getRepositoryPath

public java.lang.String getRepositoryPath()
Returns 'repositoryPath'. SCM repository path.

Returns:
Value of 'repositoryPath'.

setRepositoryPath

public void setRepositoryPath(java.lang.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)