com.atlassian.jira.web.action.admin.vcs
Class SelectProjectRepository

java.lang.Object
  extended byActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.web.action.JiraWebActionSupport
              extended bycom.atlassian.jira.web.action.admin.vcs.SelectProjectRepository
Direct Known Subclasses:
EnterpriseSelectProjectRepository

public class SelectProjectRepository
extends JiraWebActionSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, permissionManager, request
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Constructor Summary
SelectProjectRepository(RepositoryManager repositoryManager)
           
 
Method Summary
protected  void convertRepositoryIds()
           
 java.lang.String doDefault()
           
protected  java.lang.String doExecute()
           
protected  void doValidation()
           
 java.lang.Long getProjectId()
           
protected  java.lang.String[] getRepoIds()
           
 java.util.Collection getRepositories()
           
 java.lang.String getRepositoryIds()
           
protected  java.lang.String getRepositoryIdsControlName()
           
protected  RepositoryManager getRepositoryManager()
           
 void setProjectId(java.lang.Long pid)
           
protected  void setRepoIds(java.lang.String[] repoIds)
           
 void setRepositoryIds(java.lang.String prids)
           
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
getAssignableUsers, getAssignableUsers, getCachedGroups, getComponentManager, getConstantsManager, getDefaultAssignee, getField, getLocale, getOutlookDate, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getText, getText, getText, getText, getUserFullName, getUserPreferences, isDefaultAssignee, isDefaultAssignee, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, processDefaultAssignee, processDefaultAssignee
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getLocaleUtils, getResult, isIndexing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectProjectRepository

public SelectProjectRepository(RepositoryManager repositoryManager)
Method Detail

doDefault

public java.lang.String doDefault()
                           throws java.lang.Exception
Throws:
java.lang.Exception

doValidation

protected void doValidation()

doExecute

protected java.lang.String doExecute()
                              throws java.lang.Exception
Throws:
java.lang.Exception

getProjectId

public java.lang.Long getProjectId()

setProjectId

public void setProjectId(java.lang.Long pid)

setRepositoryIds

public void setRepositoryIds(java.lang.String prids)

getRepositoryIds

public java.lang.String getRepositoryIds()

convertRepositoryIds

protected void convertRepositoryIds()

getRepositories

public java.util.Collection getRepositories()

getRepoIds

protected java.lang.String[] getRepoIds()

setRepoIds

protected void setRepoIds(java.lang.String[] repoIds)

getRepositoryIdsControlName

protected java.lang.String getRepositoryIdsControlName()

getRepositoryManager

protected RepositoryManager getRepositoryManager()