Class 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 Detail

      • RepositorySoapRow

        public RepositorySoapRow()
    • 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)