|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Project in com.atlassian.jira.bc.issue.attachment |
|---|
| Methods in com.atlassian.jira.bc.issue.attachment with parameters of type Project | |
|---|---|
boolean |
DefaultAttachmentService.canCreateAttachments(JiraServiceContext jiraServiceContext,
Project project)
|
boolean |
AttachmentService.canCreateAttachments(JiraServiceContext jiraServiceContext,
Project project)
Determines whether attachments are enabled in JIRA and that the user has the required permission ( Permissions.CREATE_ATTACHMENT) to create an attachment for this project. |
| Uses of Project in com.atlassian.jira.bc.issue.search |
|---|
| Methods in com.atlassian.jira.bc.issue.search that return Project | |
|---|---|
Project |
IssuePickerSearchService.IssuePickerParameters.getCurrentProject()
|
| Constructors in com.atlassian.jira.bc.issue.search with parameters of type Project | |
|---|---|
IssuePickerSearchService.IssuePickerParameters(String query,
String currentJQL,
Issue currentIssue,
Project currentProject,
boolean showSubTasks,
boolean showSubTaskParent,
int limit)
Constructor that takes all parameters |
|
| Uses of Project in com.atlassian.jira.bc.project |
|---|
| Methods in com.atlassian.jira.bc.project that return Project | |
|---|---|
Project |
ProjectService.createProject(ProjectService.CreateProjectValidationResult createProjectValidationResult)
Using the validation result from ProjectService.validateCreateProject(User, String, String,
String, String, String, Long) a new project will be created. |
Project |
DefaultProjectService.createProject(ProjectService.CreateProjectValidationResult result)
|
Project |
ProjectService.UpdateProjectValidationResult.getOriginalProject()
|
Project |
ProjectService.AbstractProjectResult.getProject()
|
Project |
ProjectService.updateProject(ProjectService.UpdateProjectValidationResult updateProjectValidationResult)
Using the validation result from ProjectService.validateUpdateProject(User, String, String,
String, String, String, Long) this method performs the actual update on the project. |
Project |
DefaultProjectService.updateProject(ProjectService.UpdateProjectValidationResult result)
|
| Methods in com.atlassian.jira.bc.project that return types with arguments of type Project | |
|---|---|
ServiceOutcome<List<Project>> |
ProjectService.getAllProjects(com.atlassian.crowd.embedded.api.User user)
Used to retrieve a list of Project objects. |
ServiceOutcome<List<Project>> |
DefaultProjectService.getAllProjects(com.atlassian.crowd.embedded.api.User user)
|
| Methods in com.atlassian.jira.bc.project with parameters of type Project | |
|---|---|
void |
ProjectService.updateProjectSchemes(ProjectService.UpdateProjectSchemesValidationResult result,
Project project)
Updates the project schemes for a particular project, given a validation result and project to update. |
void |
DefaultProjectService.updateProjectSchemes(ProjectService.UpdateProjectSchemesValidationResult result,
Project project)
|
| Constructors in com.atlassian.jira.bc.project with parameters of type Project | |
|---|---|
ProjectService.AbstractProjectResult(ErrorCollection errorCollection,
Project project)
|
|
ProjectService.CreateProjectResult(ErrorCollection errorCollection,
Project project)
|
|
ProjectService.DeleteProjectValidationResult(ErrorCollection errorCollection,
Project project)
|
|
ProjectService.GetProjectResult(ErrorCollection errorCollection,
Project project)
|
|
ProjectService.UpdateProjectValidationResult(ErrorCollection errorCollection,
String name,
String key,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId,
Project originalProject)
|
|
| Uses of Project in com.atlassian.jira.bc.project.projectoperation |
|---|
| Methods in com.atlassian.jira.bc.project.projectoperation with parameters of type Project | |
|---|---|
List<PluggableProjectOperation> |
ProjectOperationManager.getVisibleProjectOperations(Project project,
com.atlassian.crowd.embedded.api.User user)
Returns a list of PluggableProjectOperations |
List<PluggableProjectOperation> |
ProjectOperationManager.getVisibleProjectOperations(Project project,
User user)
Returns a list of PluggableProjectOperations |
List<PluggableProjectOperation> |
DefaultProjectOperationManager.getVisibleProjectOperations(Project project,
com.atlassian.crowd.embedded.api.User user)
|
List<PluggableProjectOperation> |
DefaultProjectOperationManager.getVisibleProjectOperations(Project project,
User user)
|
| Uses of Project in com.atlassian.jira.bc.project.version |
|---|
| Methods in com.atlassian.jira.bc.project.version that return Project | |
|---|---|
Project |
VersionService.CreateVersionValidationResult.getProject()
|
| Methods in com.atlassian.jira.bc.project.version with parameters of type Project | |
|---|---|
VersionService.VersionResult |
VersionService.getVersionById(User user,
Project project,
Long versionId)
Used to retrieve a Version object by version id within project
specified by Project object. |
VersionService.VersionResult |
VersionService.getVersionById(com.atlassian.crowd.embedded.api.User user,
Project project,
Long versionId)
Used to retrieve a Version object by version id within project
specified by Project object. |
VersionService.VersionResult |
DefaultVersionService.getVersionById(com.atlassian.crowd.embedded.api.User user,
Project project,
Long versionId)
|
VersionService.VersionResult |
DefaultVersionService.getVersionById(User user,
Project project,
Long versionId)
|
VersionService.VersionResult |
VersionService.getVersionByProjectAndName(User user,
Project project,
String versionName)
Used to retrieve a Version object by version name within project
specified by Project object. |
VersionService.VersionResult |
VersionService.getVersionByProjectAndName(com.atlassian.crowd.embedded.api.User user,
Project project,
String versionName)
Used to retrieve a Version object by version name within project
specified by Project object. |
VersionService.VersionResult |
DefaultVersionService.getVersionByProjectAndName(User user,
Project project,
String versionName)
|
VersionService.VersionResult |
DefaultVersionService.getVersionByProjectAndName(com.atlassian.crowd.embedded.api.User user,
Project project,
String versionName)
|
VersionService.VersionsResult |
VersionService.getVersionsByProject(User user,
Project project)
Used to retrieve a Version collection within project
specified by Project object. |
VersionService.VersionsResult |
VersionService.getVersionsByProject(com.atlassian.crowd.embedded.api.User user,
Project project)
Used to retrieve a Version collection within project
specified by Project object. |
VersionService.VersionsResult |
DefaultVersionService.getVersionsByProject(User user,
Project project)
|
VersionService.VersionsResult |
DefaultVersionService.getVersionsByProject(com.atlassian.crowd.embedded.api.User user,
Project project)
|
VersionService.CreateVersionValidationResult |
VersionService.validateCreateVersion(User user,
Project project,
String versionName,
String releaseDate,
String description,
Long scheduleAfterVersion)
This method needs to be called before creating a version to ensure all parameters are correct. |
VersionService.CreateVersionValidationResult |
VersionService.validateCreateVersion(com.atlassian.crowd.embedded.api.User user,
Project project,
String versionName,
String releaseDate,
String description,
Long scheduleAfterVersion)
This method needs to be called before creating a version to ensure all parameters are correct. |
VersionService.CreateVersionValidationResult |
DefaultVersionService.validateCreateVersion(User user,
Project project,
String versionName,
String releaseDate,
String description,
Long scheduleAfterVersion)
|
VersionService.CreateVersionValidationResult |
DefaultVersionService.validateCreateVersion(com.atlassian.crowd.embedded.api.User user,
Project project,
String versionName,
String releaseDate,
String description,
Long scheduleAfterVersion)
|
| Constructors in com.atlassian.jira.bc.project.version with parameters of type Project | |
|---|---|
VersionService.CreateVersionValidationResult(ErrorCollection errorCollection,
Project project,
String versionName,
String releaseDate,
String description,
Long scheduleAfterVersion)
|
|
| Uses of Project in com.atlassian.jira.bc.projectroles |
|---|
| Methods in com.atlassian.jira.bc.projectroles that return types with arguments of type Project | |
|---|---|
Collection<Project> |
ProjectRoleService.getProjectsContainingRoleActorByNameAndType(User currentUser,
String name,
String type,
ErrorCollection errorCollection)
Returns the Project's which contain a role actor of the specified name and type within any role. |
Collection<Project> |
ProjectRoleService.getProjectsContainingRoleActorByNameAndType(com.atlassian.crowd.embedded.api.User currentUser,
String name,
String type,
ErrorCollection errorCollection)
Returns the Project's which contain a role actor of the specified name and type within any role. |
Collection<Project> |
DefaultProjectRoleService.getProjectsContainingRoleActorByNameAndType(User currentUser,
String name,
String type,
ErrorCollection errorCollection)
|
Collection<Project> |
DefaultProjectRoleService.getProjectsContainingRoleActorByNameAndType(com.atlassian.crowd.embedded.api.User currentUser,
String name,
String type,
ErrorCollection errorCollection)
|
| Methods in com.atlassian.jira.bc.projectroles with parameters of type Project | |
|---|---|
void |
ProjectRoleService.addActorsToProjectRole(User currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
Will add project role actor associations for the given actors and checking
the currentUser has the correct permissions to perform the update operation. |
void |
ProjectRoleService.addActorsToProjectRole(com.atlassian.crowd.embedded.api.User currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
Will add project role actor associations for the given actors and checking
the currentUser has the correct permissions to perform the update operation. |
void |
DefaultProjectRoleService.addActorsToProjectRole(User currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
|
void |
DefaultProjectRoleService.addActorsToProjectRole(com.atlassian.crowd.embedded.api.User currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
|
ProjectRoleActors |
ProjectRoleService.getProjectRoleActors(User currentUser,
ProjectRole projectRole,
Project project,
ErrorCollection errorCollection)
Will return a {@link ProjectRoleActors) for the given projectRole and project checking
the currentUser has the correct permissions to perform the get operation. |
ProjectRoleActors |
ProjectRoleService.getProjectRoleActors(com.atlassian.crowd.embedded.api.User currentUser,
ProjectRole projectRole,
Project project,
ErrorCollection errorCollection)
Will return a {@link ProjectRoleActors) for the given projectRole and project checking
the currentUser has the correct permissions to perform the get operation. |
ProjectRoleActors |
DefaultProjectRoleService.getProjectRoleActors(User currentUser,
ProjectRole projectRole,
Project project,
ErrorCollection errorCollection)
|
ProjectRoleActors |
DefaultProjectRoleService.getProjectRoleActors(com.atlassian.crowd.embedded.api.User currentUser,
ProjectRole projectRole,
Project project,
ErrorCollection errorCollection)
|
boolean |
ProjectRoleService.hasProjectRolePermission(User currentUser,
Project project)
Will have permission to modify roles if they are a JIRA admin or, if in enterprise, the user is a project administrator. |
boolean |
ProjectRoleService.hasProjectRolePermission(com.atlassian.crowd.embedded.api.User currentUser,
Project project)
Will have permission to modify roles if they are a JIRA admin or, if in enterprise, the user is a project administrator. |
boolean |
DefaultProjectRoleService.hasProjectRolePermission(User currentUser,
Project project)
|
boolean |
DefaultProjectRoleService.hasProjectRolePermission(com.atlassian.crowd.embedded.api.User currentUser,
Project project)
|
void |
ProjectRoleService.removeActorsFromProjectRole(User currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
Will remove project role actor associations for the given actors and checking
the currentUser has the correct permissions to perform the update operation. |
void |
ProjectRoleService.removeActorsFromProjectRole(com.atlassian.crowd.embedded.api.User currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
Will remove project role actor associations for the given actors and checking
the currentUser has the correct permissions to perform the update operation. |
void |
DefaultProjectRoleService.removeActorsFromProjectRole(User currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
|
void |
DefaultProjectRoleService.removeActorsFromProjectRole(com.atlassian.crowd.embedded.api.User currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
|
void |
ProjectRoleService.removeAllRoleActorsByProject(User currentUser,
Project project,
ErrorCollection errorCollection)
Will remove all role actors associated with the specified project. |
void |
ProjectRoleService.removeAllRoleActorsByProject(com.atlassian.crowd.embedded.api.User currentUser,
Project project,
ErrorCollection errorCollection)
Will remove all role actors associated with the specified project. |
void |
DefaultProjectRoleService.removeAllRoleActorsByProject(User currentUser,
Project project,
ErrorCollection errorCollection)
|
void |
DefaultProjectRoleService.removeAllRoleActorsByProject(com.atlassian.crowd.embedded.api.User currentUser,
Project project,
ErrorCollection errorCollection)
|
| Uses of Project in com.atlassian.jira.bc.subtask.conversion |
|---|
| Methods in com.atlassian.jira.bc.subtask.conversion with parameters of type Project | |
|---|---|
protected boolean |
DefaultIssueToSubTaskConversionService.projectHasSubTasks(Project project)
Returns true if given project has sub-task Issue Types in its Issue Type scheme |
| Uses of Project in com.atlassian.jira.imports.project |
|---|
| Methods in com.atlassian.jira.imports.project that return Project | |
|---|---|
Project |
ProjectImportPersister.createProject(BackupProject backupProject)
Creates a project, with details based off of the ExternalProject in the backup project. |
Project |
DefaultProjectImportPersister.createProject(BackupProject backupProject)
|
Project |
ProjectImportPersister.updateProjectDetails(ExternalProject project)
Updates the details of an existing Project in JIRA from the given ExternalProject object. |
Project |
DefaultProjectImportPersister.updateProjectDetails(ExternalProject externalProject)
|
| Methods in com.atlassian.jira.imports.project with parameters of type Project | |
|---|---|
void |
DefaultProjectImportManager.importProjectRoleMembers(Project project,
ProjectImportMapper projectImportMapper,
ProjectImportResults projectImportResults,
TaskProgressInterval taskProgressInterval)
|
| Uses of Project in com.atlassian.jira.imports.project.core |
|---|
| Methods in com.atlassian.jira.imports.project.core that return Project | |
|---|---|
Project |
ProjectImportResultsImpl.getImportedProject()
|
Project |
ProjectImportResults.getImportedProject()
Returns the created/updated project that the import imported into. |
| Methods in com.atlassian.jira.imports.project.core with parameters of type Project | |
|---|---|
void |
ProjectImportResultsImpl.setImportedProject(Project importedProject)
|
void |
ProjectImportResults.setImportedProject(Project importedProject)
Sets the imported project, this is the project that exists in JIRA. |
| Uses of Project in com.atlassian.jira.issue |
|---|
| Methods in com.atlassian.jira.issue that return Project | |
|---|---|
Project |
Issue.getProjectObject()
Gets the Project for this Issue. |
Project |
IssueImpl.getProjectObject()
|
Project |
DocumentIssueImpl.getProjectObject()
|
| Uses of Project in com.atlassian.jira.issue.changehistory |
|---|
| Method parameters in com.atlassian.jira.issue.changehistory with type arguments of type Project | |
|---|---|
Collection<Issue> |
DefaultChangeHistoryManager.findUserHistory(com.atlassian.crowd.embedded.api.User remoteUser,
Collection<String> usernames,
Collection<Project> projects,
int maxResults)
|
Collection<Issue> |
DefaultChangeHistoryManager.findUserHistory(User remoteUser,
Collection<String> usernames,
Collection<Project> projects,
int maxResults)
|
Collection<Issue> |
ChangeHistoryManager.findUserHistory(com.atlassian.crowd.embedded.api.User remoteUser,
Collection<String> usernames,
Collection<Project> projects,
int maxResults)
Find a list of issues that the given users have acted on with the option to limit the projects included in the search. |
Collection<Issue> |
ChangeHistoryManager.findUserHistory(User remoteUser,
Collection<String> usernames,
Collection<Project> projects,
int maxResults)
Deprecated. Please use ChangeHistoryManager.findUserHistory(com.atlassian.crowd.embedded.api.User, java.util.Collection, java.util.Collection, int) instead. Since v4.3 |
| Uses of Project in com.atlassian.jira.issue.comparator |
|---|
| Fields in com.atlassian.jira.issue.comparator with type parameters of type Project | |
|---|---|
static Comparator<Project> |
ProjectNameComparator.COMPARATOR
|
| Methods in com.atlassian.jira.issue.comparator with parameters of type Project | |
|---|---|
int |
ProjectNameComparator.compare(Project o1,
Project o2)
|
int |
LocaleSensitiveProjectNameComparator.compare(Project project1,
Project project2)
|
| Uses of Project in com.atlassian.jira.issue.context |
|---|
| Methods in com.atlassian.jira.issue.context that return Project | |
|---|---|
Project |
IssueContext.getProjectObject()
Gets the Project for this IssueContext. |
Project |
ProjectContext.getProjectObject()
|
Project |
ProjectCategoryContext.getProjectObject()
|
Project |
LazyIssueContext.getProjectObject()
|
Project |
IssueContextImpl.getProjectObject()
|
Project |
GlobalIssueContext.getProjectObject()
|
| Uses of Project in com.atlassian.jira.issue.customfields |
|---|
| Methods in com.atlassian.jira.issue.customfields with parameters of type Project | |
|---|---|
static List<IssueContext> |
CustomFieldUtils.convertToIssueContexts(Project project,
List<String> issueTypeIds)
Converts list of issue type ids to IssueContexts. |
| Uses of Project in com.atlassian.jira.issue.customfields.converters |
|---|
| Methods in com.atlassian.jira.issue.customfields.converters that return Project | |
|---|---|
Project |
ProjectConverterImpl.getProjectObject(Long projectId)
|
Project |
ProjectConverter.getProjectObject(Long projectId)
Get the Project for the given ID. |
Project |
ProjectConverterImpl.getProjectObject(String stringValue)
|
Project |
ProjectConverter.getProjectObject(String stringValue)
Get the Project that this String value represents. |
| Methods in com.atlassian.jira.issue.customfields.converters with parameters of type Project | |
|---|---|
String |
ProjectConverterImpl.getString(Project project)
|
String |
ProjectConverter.getString(Project project)
Get the String value that represents the given Project. |
| Uses of Project in com.atlassian.jira.issue.customfields.searchers.transformer |
|---|
| Constructor parameters in com.atlassian.jira.issue.customfields.searchers.transformer with type arguments of type Project | |
|---|---|
ProjectCustomFieldSearchInputTransformer(String urlParameterName,
ClauseNames clauseNames,
CustomField field,
JqlOperandResolver jqlOperandResolver,
ProjectIndexInfoResolver indexInfoResolver,
FieldFlagOperandRegistry fieldFlagOperandRegistry,
SearchContextVisibilityChecker searchContextVisibilityChecker,
NameResolver<Project> projectResolver,
CustomFieldInputHelper customFieldInputHelper)
|
|
| Uses of Project in com.atlassian.jira.issue.fields |
|---|
| Methods in com.atlassian.jira.issue.fields with parameters of type Project | |
|---|---|
boolean |
CustomField.isInScope(Project project,
List<String> issueTypeIds)
Determines if this custom field is within the scope of the given project, and list of Issue Types. |
boolean |
CustomFieldImpl.isInScope(Project project,
List<String> issueTypeIds)
|
| Method parameters in com.atlassian.jira.issue.fields with type arguments of type Project | |
|---|---|
ClauseContext |
FieldContextGenerator.generateClauseContext(List<Project> projects,
String fieldId)
Creates the Contexts that
represent the combinations of project and issue type for which the given field is visible. |
| Uses of Project in com.atlassian.jira.issue.fields.config.manager |
|---|
| Methods in com.atlassian.jira.issue.fields.config.manager with parameters of type Project | |
|---|---|
FieldConfigScheme |
IssueTypeSchemeManagerImpl.getConfigScheme(Project project)
|
FieldConfigScheme |
IssueTypeSchemeManager.getConfigScheme(Project project)
Returns a config scheme for a given project |
Collection<IssueType> |
IssueTypeSchemeManagerImpl.getIssueTypesForProject(Project project)
|
Collection<IssueType> |
IssueTypeSchemeManager.getIssueTypesForProject(Project project)
Return the collection of issue types associated with this project |
Collection<IssueType> |
IssueTypeSchemeManagerImpl.getNonSubTaskIssueTypesForProject(Project project)
|
Collection<IssueType> |
IssueTypeSchemeManager.getNonSubTaskIssueTypesForProject(Project project)
Return the collection of issue types other than sub-tasks associated with this project. |
Collection<IssueType> |
IssueTypeSchemeManagerImpl.getSubTaskIssueTypesForProject(Project project)
|
Collection<IssueType> |
IssueTypeSchemeManager.getSubTaskIssueTypesForProject(Project project)
Return the collection of sub-task issue types associated with this project Join of the result of this method and IssueTypeSchemeManager.getNonSubTaskIssueTypesForProject(com.atlassian.jira.project.Project)
produces the same result as a call to
IssueTypeSchemeManager.getIssueTypesForProject(com.atlassian.jira.project.Project). |
| Uses of Project in com.atlassian.jira.issue.fields.layout.field |
|---|
| Methods in com.atlassian.jira.issue.fields.layout.field with parameters of type Project | |
|---|---|
FieldConfigurationScheme |
FieldLayoutManager.getFieldConfigurationScheme(Project project)
Retrieves the Field Configuration Scheme associated with the supplied project. |
FieldConfigurationScheme |
DefaultFieldLayoutManager.getFieldConfigurationScheme(Project project)
|
FieldLayout |
FieldLayoutManager.getFieldLayout(Project project,
String issueTypeId)
|
FieldLayout |
DefaultFieldLayoutManager.getFieldLayout(Project project,
String issueTypeId)
|
List<Field> |
FieldLayout.getHiddenFields(Project project,
List<String> issueTypeIds)
|
List<Field> |
FieldLayoutImpl.getHiddenFields(Project project,
List<String> issueTypeIds)
|
List<Field> |
FieldLayout.getHiddenFields(com.atlassian.crowd.embedded.api.User remoteUser,
Project project,
List<String> issueTypeIds)
Deprecated. Use FieldLayout.getHiddenFields(com.atlassian.jira.project.Project, java.util.List). Since v4.3 |
List<Field> |
FieldLayoutImpl.getHiddenFields(com.atlassian.crowd.embedded.api.User remoteUser,
Project project,
List<String> issueTypeIds)
|
List<FieldLayoutItem> |
FieldLayout.getRequiredFieldLayoutItems(Project project,
List<String> issueTypes)
|
List<FieldLayoutItem> |
FieldLayoutImpl.getRequiredFieldLayoutItems(Project project,
List<String> issueTypes)
|
Set<FieldLayout> |
FieldLayoutManager.getUniqueFieldLayouts(Project project)
Retrieves all the FieldLayout's for a project. |
Set<FieldLayout> |
DefaultFieldLayoutManager.getUniqueFieldLayouts(Project project)
|
List<FieldLayoutItem> |
FieldLayout.getVisibleCustomFieldLayoutItems(Project project,
List<String> issueTypes)
Returns the list of Custom Fields in this Field Layout that are both visible and applicable to the given context (of project and Issue types). |
List<FieldLayoutItem> |
FieldLayoutImpl.getVisibleCustomFieldLayoutItems(Project project,
List<String> issueTypes)
|
List<FieldLayoutItem> |
FieldLayout.getVisibleLayoutItems(com.atlassian.crowd.embedded.api.User remoteUser,
Project project,
List<String> issueTypes)
|
List<FieldLayoutItem> |
FieldLayoutImpl.getVisibleLayoutItems(com.atlassian.crowd.embedded.api.User remoteUser,
Project project,
List<String> issueTypes)
|
| Uses of Project in com.atlassian.jira.issue.fields.layout.field.enterprise |
|---|
| Methods in com.atlassian.jira.issue.fields.layout.field.enterprise with parameters of type Project | |
|---|---|
FieldConfigurationScheme |
EnterpriseFieldLayoutManager.getFieldConfigurationScheme(Project project)
|
FieldLayout |
EnterpriseFieldLayoutManager.getFieldLayout(Project project,
String issueTypeId)
|
Set<FieldLayout> |
EnterpriseFieldLayoutManager.getUniqueFieldLayouts(Project project)
|
| Uses of Project in com.atlassian.jira.issue.fields.util |
|---|
| Methods in com.atlassian.jira.issue.fields.util with parameters of type Project | |
|---|---|
void |
VersionHelperBean.validateVersionForProject(Collection versionIds,
Project project,
ErrorCollection errorCollection,
I18nHelper i18n,
String fieldId)
|
| Uses of Project in com.atlassian.jira.issue.search |
|---|
| Methods in com.atlassian.jira.issue.search with parameters of type Project | |
|---|---|
EnclosedIterable<SearchRequest> |
SearchRequestStore.getSearchRequests(Project project)
Get all search requests associate with a given Project. |
EnclosedIterable<SearchRequest> |
SearchRequestAdminManager.getSearchRequests(Project project)
Get all SearchRequests associate with a given project. |
EnclosedIterable<SearchRequest> |
OfBizSearchRequestStore.getSearchRequests(Project project)
|
EnclosedIterable |
DefaultSearchRequestAdminManager.getSearchRequests(Project project)
Called from the admin section. |
EnclosedIterable<SearchRequest> |
CachingSearchRequestStore.getSearchRequests(Project project)
|
| Uses of Project in com.atlassian.jira.jelly.tag.projectroles |
|---|
| Methods in com.atlassian.jira.jelly.tag.projectroles that return Project | |
|---|---|
protected Project |
ProjectRoleTagSupport.getProject()
|
| Uses of Project in com.atlassian.jira.jql.context |
|---|
| Constructor parameters in com.atlassian.jira.jql.context with type arguments of type Project | |
|---|---|
ProjectClauseContextFactory(JqlOperandResolver jqlOperandResolver,
NameResolver<Project> projectResolver,
PermissionManager permissionManager)
|
|
| Uses of Project in com.atlassian.jira.jql.permission |
|---|
| Constructor parameters in com.atlassian.jira.jql.permission with type arguments of type Project | |
|---|---|
ProjectClauseValueSanitiser(PermissionManager permissionManager,
JqlOperandResolver jqlOperandResolver,
NameResolver<Project> projectResolver)
|
|
ProjectLiteralSanitiser(NameResolver<Project> projectResolver,
PermissionManager permissionManager,
com.atlassian.crowd.embedded.api.User user)
|
|
| Uses of Project in com.atlassian.jira.jql.resolver |
|---|
| Methods in com.atlassian.jira.jql.resolver that return Project | |
|---|---|
Project |
ProjectResolver.get(Long id)
|
| Methods in com.atlassian.jira.jql.resolver that return types with arguments of type Project | |
|---|---|
Collection<Project> |
ProjectResolver.getAll()
|
Collection<Project> |
ProjectCategoryResolver.getProjectsForCategory(QueryLiteral literal)
|
| Methods in com.atlassian.jira.jql.resolver with parameters of type Project | |
|---|---|
String |
ProjectIndexInfoResolver.getIndexedValue(Project project)
|
| Constructor parameters in com.atlassian.jira.jql.resolver with type arguments of type Project | |
|---|---|
ProjectIndexInfoResolver(NameResolver<Project> nameResolver)
|
|
| Uses of Project in com.atlassian.jira.mail |
|---|
| Methods in com.atlassian.jira.mail that return Project | |
|---|---|
Project |
TemplateIssue.getProjectObject()
|
| Uses of Project in com.atlassian.jira.notification.type |
|---|
| Methods in com.atlassian.jira.notification.type with parameters of type Project | |
|---|---|
org.apache.lucene.search.Query |
ProjectRoleSecurityAndNotificationType.getQuery(User searcher,
Project project,
org.ofbiz.core.entity.GenericValue securityLevel,
String parameter)
|
protected Set |
ProjectRoleSecurityAndNotificationType.getUsersFromRole(Project project,
String roleId)
Get all the users that satisfy this particular role. |
| Uses of Project in com.atlassian.jira.plugin.componentpanel |
|---|
| Methods in com.atlassian.jira.plugin.componentpanel that return Project | |
|---|---|
Project |
BrowseComponentContextImpl.getProject()
|
| Uses of Project in com.atlassian.jira.plugin.jql.function |
|---|
| Fields in com.atlassian.jira.plugin.jql.function with type parameters of type Project | |
|---|---|
protected IndexInfoResolver<Project> |
AbstractVersionsFunction.projectIndexInfoResolver
|
protected IndexInfoResolver<Project> |
AbstractSingleVersionFunction.projectIndexInfoResolver
|
| Methods in com.atlassian.jira.plugin.jql.function that return types with arguments of type Project | |
|---|---|
protected IndexInfoResolver<Project> |
AbstractVersionsFunction.createIndexInfoResolver(NameResolver<Project> projectResolver)
|
protected IndexInfoResolver<Project> |
AbstractSingleVersionFunction.createIndexInfoResolver(NameResolver<Project> projectResolver)
|
| Method parameters in com.atlassian.jira.plugin.jql.function with type arguments of type Project | |
|---|---|
protected IndexInfoResolver<Project> |
AbstractVersionsFunction.createIndexInfoResolver(NameResolver<Project> projectResolver)
|
protected IndexInfoResolver<Project> |
AbstractSingleVersionFunction.createIndexInfoResolver(NameResolver<Project> projectResolver)
|
| Constructor parameters in com.atlassian.jira.plugin.jql.function with type arguments of type Project | |
|---|---|
AbstractSingleVersionFunction(NameResolver<Project> projectResolver,
PermissionManager permissionManager)
|
|
AbstractVersionsFunction(NameResolver<Project> projectResolver,
PermissionManager permissionManager)
|
|
| Uses of Project in com.atlassian.jira.plugin.projectoperation |
|---|
| Methods in com.atlassian.jira.plugin.projectoperation with parameters of type Project | |
|---|---|
String |
PluggableProjectOperation.getHtml(Project project,
User user)
Get the HTML to present on screen |
boolean |
PluggableProjectOperation.showOperation(Project project,
User user)
Whether or not to show this operation for the given project and user. |
| Uses of Project in com.atlassian.jira.plugin.projectpanel.impl |
|---|
| Methods in com.atlassian.jira.plugin.projectpanel.impl with parameters of type Project | |
|---|---|
String |
VersionDrillDownRenderer.getNavigatorUrl(Project project,
Version version,
ProjectComponent component,
boolean isPersonal)
|
String |
VersionDrillDownRenderer.RoadMapGraphingBean.getNavigatorUrl(Project project,
Version version,
ProjectComponent component,
boolean isPersonal,
boolean unresolved)
|
| Uses of Project in com.atlassian.jira.plugin.report.impl |
|---|
| Methods in com.atlassian.jira.plugin.report.impl with parameters of type Project | |
|---|---|
Collection<String> |
TimeTrackingReport.getProjectVersionIds(Project project)
Get a collection of all version ids in the selected project |
protected List |
VersionWorkloadReport.loadIssueTypes(Project project)
Returns a collection of IssueType's associated with the
project for professional and enterprise editions. |
| Uses of Project in com.atlassian.jira.plugin.webfragment.model |
|---|
| Methods in com.atlassian.jira.plugin.webfragment.model that return Project | |
|---|---|
Project |
JiraHelper.getProjectObject()
|
| Constructors in com.atlassian.jira.plugin.webfragment.model with parameters of type Project | |
|---|---|
JiraHelper(javax.servlet.http.HttpServletRequest request,
Project project)
|
|
JiraHelper(javax.servlet.http.HttpServletRequest request,
Project project,
Map<String,Object> params)
|
|
| Uses of Project in com.atlassian.jira.portal.portlets |
|---|
| Methods in com.atlassian.jira.portal.portlets with parameters of type Project | |
|---|---|
String |
ProjectsPortlet.displayableItemsHtml(Project project)
|
String |
RoadMapPortlet.getNavigatorUrl(Project project,
Version version,
boolean unresolved)
|
List |
ProjectsPortlet.getProjectTabPanels(Project project)
|
List |
ProjectPortlet.getProjectTabPanels(Project project)
|
Boolean |
ProjectsPortlet.hasBrowsePermission(Project project)
|
boolean |
ProjectsPortlet.hasDisplayableItems(Project project)
|
| Uses of Project in com.atlassian.jira.project |
|---|
| Classes in com.atlassian.jira.project that implement Project | |
|---|---|
class |
ProjectImpl
Represents an immutable Project domain object for JIRA. |
| Methods in com.atlassian.jira.project that return Project | |
|---|---|
Project |
ProjectManager.createProject(String name,
String key,
String description,
String lead,
String url,
Long assigneeType)
Creates the project in the database, and adds default project roles for this project. |
Project |
AbstractProjectManager.createProject(String name,
String key,
String description,
String lead,
String url,
Long assigneeType)
|
Project |
ProjectManager.createProject(String name,
String key,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
Creates the project in the database, and adds default project roles for this project. |
Project |
DefaultProjectManager.createProject(String name,
String key,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
|
Project |
CachingProjectManager.createProject(String name,
String key,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
|
Project |
ProjectFactory.getProject(org.ofbiz.core.entity.GenericValue projectGV)
Returns a project object that is backed by the given generic value. |
Project |
DefaultProjectFactory.getProject(org.ofbiz.core.entity.GenericValue projectGV)
|
Project |
ProjectManager.getProjectObj(Long id)
Retrieves a single Project by its id. |
Project |
DefaultProjectManager.getProjectObj(Long id)
|
Project |
CachingProjectManager.getProjectObj(Long id)
|
Project |
ProjectManager.getProjectObjByKey(String projectKey)
Returns a Project object based on the passed in project key. |
Project |
DefaultProjectManager.getProjectObjByKey(String projectKey)
|
Project |
CachingProjectManager.getProjectObjByKey(String projectKey)
|
Project |
ProjectManager.getProjectObjByKeyIgnoreCase(String projectKey)
Returns a Project object based ont he passed in project key, not taking into account the case
of the project key. |
Project |
DefaultProjectManager.getProjectObjByKeyIgnoreCase(String projectKey)
|
Project |
CachingProjectManager.getProjectObjByKeyIgnoreCase(String projectKey)
|
Project |
ProjectManager.getProjectObjByName(String projectName)
Returns a Project object based on the passed in project name. |
Project |
DefaultProjectManager.getProjectObjByName(String projectName)
|
Project |
CachingProjectManager.getProjectObjByName(String projectName)
|
Project |
ProjectManager.updateProject(Project originalProject,
String name,
String description,
String lead,
String url,
Long assigneeType)
Updates the project provided with the new attributes passed in. |
Project |
AbstractProjectManager.updateProject(Project updatedProject,
String name,
String description,
String lead,
String url,
Long assigneeType)
|
Project |
ProjectManager.updateProject(Project originalProject,
String name,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
Updates the project provided with the new attributes passed in. |
Project |
DefaultProjectManager.updateProject(Project updatedProject,
String name,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
|
Project |
CachingProjectManager.updateProject(Project updatedProject,
String name,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
|
| Methods in com.atlassian.jira.project that return types with arguments of type Project | |
|---|---|
List<Project> |
ProjectManager.getProjectObjects()
Return all Projects ordered by name. |
List<Project> |
ProjectCache.getProjectObjects()
Returns a list of all Projects ordered by name. |
List<Project> |
DefaultProjectManager.getProjectObjects()
|
List<Project> |
CachingProjectManager.getProjectObjects()
|
Collection<Project> |
ProjectManager.getProjectObjectsFromProjectCategory(Long projectCategoryId)
Returns a list of projects in a particular category. |
Collection<Project> |
DefaultProjectManager.getProjectObjectsFromProjectCategory(Long projectCategoryId)
|
Collection<Project> |
CachingProjectManager.getProjectObjectsFromProjectCategory(Long projectCategoryId)
|
Collection<Project> |
ProjectManager.getProjectObjectsWithNoCategory()
Returns a list of projects without project category, sorted by project name |
Collection<Project> |
DefaultProjectManager.getProjectObjectsWithNoCategory()
|
Collection<Project> |
CachingProjectManager.getProjectObjectsWithNoCategory()
|
List<Project> |
ProjectFactory.getProjects(Collection<org.ofbiz.core.entity.GenericValue> projectGVs)
Returns the collection of Project objects that are backed by the GenericValue objects in the given collection. |
List<Project> |
DefaultProjectFactory.getProjects(Collection<org.ofbiz.core.entity.GenericValue> projectGVs)
|
List<Project> |
ProjectManager.getProjectsLeadBy(com.atlassian.crowd.embedded.api.User leadUser)
Returns all the projects that leadUser is the project lead for ordered by the name of the Project. |
List<Project> |
DefaultProjectManager.getProjectsLeadBy(com.atlassian.crowd.embedded.api.User leadUser)
|
List<Project> |
CachingProjectManager.getProjectsLeadBy(com.atlassian.crowd.embedded.api.User leadUser)
|
| Methods in com.atlassian.jira.project with parameters of type Project | |
|---|---|
com.atlassian.crowd.embedded.api.User |
ProjectManager.getDefaultAssignee(Project project,
ProjectComponent component)
Gets the default assignee for a project and/or component depending on if a component was specified. |
com.atlassian.crowd.embedded.api.User |
AbstractProjectManager.getDefaultAssignee(Project project,
ProjectComponent component)
|
long |
ProjectManager.getNextId(Project project)
Get the next issue ID from this project (transactional). |
long |
CachingProjectManager.getNextId(Project project)
|
long |
AbstractProjectManager.getNextId(Project project)
|
void |
ProjectManager.removeProject(Project project)
Deletes the provided project from the database. |
void |
DefaultProjectManager.removeProject(Project project)
|
void |
CachingProjectManager.removeProject(Project project)
|
void |
ProjectManager.removeProjectIssues(Project project)
Removes all issues for a particular project. |
void |
DefaultProjectManager.removeProjectIssues(Project project)
|
void |
CachingProjectManager.removeProjectIssues(Project project)
|
Project |
ProjectManager.updateProject(Project originalProject,
String name,
String description,
String lead,
String url,
Long assigneeType)
Updates the project provided with the new attributes passed in. |
Project |
AbstractProjectManager.updateProject(Project updatedProject,
String name,
String description,
String lead,
String url,
Long assigneeType)
|
Project |
ProjectManager.updateProject(Project originalProject,
String name,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
Updates the project provided with the new attributes passed in. |
Project |
DefaultProjectManager.updateProject(Project updatedProject,
String name,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
|
Project |
CachingProjectManager.updateProject(Project updatedProject,
String name,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
|
| Uses of Project in com.atlassian.jira.project.browse |
|---|
| Fields in com.atlassian.jira.project.browse declared as Project | |
|---|---|
protected Project |
BrowseProjectContext.project
|
| Methods in com.atlassian.jira.project.browse that return Project | |
|---|---|
Project |
BrowseProjectContext.getProject()
|
Project |
BrowseContext.getProject()
The current projecet being browsed. |
| Constructors in com.atlassian.jira.project.browse with parameters of type Project | |
|---|---|
BrowseProjectContext(User user,
Project project)
|
|
| Uses of Project in com.atlassian.jira.project.version |
|---|
| Methods in com.atlassian.jira.project.version that return Project | |
|---|---|
Project |
Version.getProjectObject()
Returns project this verion relates to. |
Project |
VersionImpl.getProjectObject()
|
| Uses of Project in com.atlassian.jira.rest.v2.issue |
|---|
| Methods in com.atlassian.jira.rest.v2.issue with parameters of type Project | |
|---|---|
static ProjectBean |
ProjectBean.fullProject(Project project,
javax.ws.rs.core.UriInfo uriInfo)
|
| Method parameters in com.atlassian.jira.rest.v2.issue with type arguments of type Project | |
|---|---|
static ProjectsBean |
ProjectsBean.listOfProjects(List<Project> projects,
javax.ws.rs.core.UriInfo uriInfo)
|
| Uses of Project in com.atlassian.jira.scheme |
|---|
| Methods in com.atlassian.jira.scheme that return types with arguments of type Project | |
|---|---|
List<Project> |
SchemeManager.getProjects(Scheme scheme)
|
List<Project> |
AbstractSchemeManager.getProjects(Scheme scheme)
Gets all projects that are associated with that scheme |
| Methods in com.atlassian.jira.scheme with parameters of type Project | |
|---|---|
void |
AbstractSchemeManager.addDefaultSchemeToProject(Project project)
|
void |
SchemeManager.addSchemeToProject(Project project,
Scheme scheme)
|
void |
AbstractSchemeManager.addSchemeToProject(Project project,
Scheme scheme)
Adds a scheme to a particular project |
void |
SchemeManager.removeSchemesFromProject(Project project)
|
void |
AbstractSchemeManager.removeSchemesFromProject(Project project)
Removes all schemes from a project |
| Uses of Project in com.atlassian.jira.security |
|---|
| Methods in com.atlassian.jira.security that return types with arguments of type Project | |
|---|---|
Collection<Project> |
ThreadLocalCachingPermissionManager.getProjectObjects(int permissionId,
com.atlassian.crowd.embedded.api.User user)
|
Collection<Project> |
SubvertedPermissionManager.getProjectObjects(int permissionId,
com.atlassian.crowd.embedded.api.User user)
|
Collection<Project> |
SubvertedPermissionManager.getProjectObjects(int permissionId,
User user)
|
Collection<Project> |
PermissionManager.getProjectObjects(int permissionId,
com.atlassian.crowd.embedded.api.User user)
Retrieve a list of project objects this user has the permission for |
Collection<Project> |
PermissionManager.getProjectObjects(int permissionId,
User user)
Deprecated. Please use PermissionManager.getProjectObjects(int, com.atlassian.crowd.embedded.api.User). Since v4.3 |
Collection<Project> |
AbstractPermissionManager.getProjectObjects(int permissionId,
com.atlassian.crowd.embedded.api.User user)
|
Collection<Project> |
AbstractPermissionManager.getProjectObjects(int permissionId,
User user)
|
| Methods in com.atlassian.jira.security with parameters of type Project | |
|---|---|
Collection<com.atlassian.crowd.embedded.api.Group> |
SubvertedPermissionManager.getAllGroups(int permType,
Project project)
Not implemented. |
Collection<com.atlassian.crowd.embedded.api.Group> |
PermissionManager.getAllGroups(int permissionId,
Project project)
Retrieve all groups that are used in the permission globally and in the project. |
Collection<com.atlassian.crowd.embedded.api.Group> |
AbstractPermissionManager.getAllGroups(int permissionId,
Project project)
|
boolean |
SubvertedPermissionManager.hasPermission(int permissionsId,
Project project,
com.atlassian.crowd.embedded.api.User user)
Always return true. |
boolean |
SubvertedPermissionManager.hasPermission(int permissionsId,
Project project,
User user)
|
boolean |
PermissionManager.hasPermission(int permissionsId,
Project project,
com.atlassian.crowd.embedded.api.User user)
Checks whether the specified user has a specified permission within the context of a specified project. |
boolean |
PermissionManager.hasPermission(int permissionsId,
Project project,
User user)
Deprecated. Please use PermissionManager.hasPermission(int, com.atlassian.jira.project.Project, com.atlassian.crowd.embedded.api.User). Since v4.3 |
boolean |
AbstractPermissionManager.hasPermission(int permissionsId,
Project project,
com.atlassian.crowd.embedded.api.User user)
|
boolean |
AbstractPermissionManager.hasPermission(int permissionsId,
Project project,
User user)
|
boolean |
SubvertedPermissionManager.hasPermission(int permissionsId,
Project project,
com.atlassian.crowd.embedded.api.User user,
boolean issueCreation)
Always return true. |
boolean |
SubvertedPermissionManager.hasPermission(int permissionsId,
Project project,
User user,
boolean issueCreation)
|
boolean |
PermissionManager.hasPermission(int permissionsId,
Project project,
com.atlassian.crowd.embedded.api.User user,
boolean issueCreation)
Checks whether the specified user has a specified permission within the context of a specified project. |
boolean |
PermissionManager.hasPermission(int permissionsId,
Project project,
User user,
boolean issueCreation)
Deprecated. Please use PermissionManager.hasPermission(int, com.atlassian.jira.project.Project, com.atlassian.crowd.embedded.api.User, boolean). Since v4.3 |
boolean |
AbstractPermissionManager.hasPermission(int permissionsId,
Project project,
com.atlassian.crowd.embedded.api.User user,
boolean issueCreation)
|
boolean |
AbstractPermissionManager.hasPermission(int permissionsId,
Project project,
User user,
boolean issueCreation)
|
| Uses of Project in com.atlassian.jira.security.roles |
|---|
| Methods in com.atlassian.jira.security.roles with parameters of type Project | |
|---|---|
void |
ProjectRoleManager.applyDefaultsRolesToProject(Project project)
This method will insert all the default roles into the role associations for the provided project. |
void |
ProjectRoleAndActorStore.applyDefaultsRolesToProject(Project project)
|
void |
OfBizProjectRoleAndActorStore.applyDefaultsRolesToProject(Project project)
|
void |
DefaultProjectRoleManager.applyDefaultsRolesToProject(Project project)
|
void |
CachingProjectRoleAndActorStore.applyDefaultsRolesToProject(Project project)
|
ProjectRoleActors |
ProjectRoleManager.getProjectRoleActors(ProjectRole projectRole,
Project project)
This method will retrieve the object that represents the actors associate with the given projectRole
and project context |
ProjectRoleActors |
DefaultProjectRoleManager.getProjectRoleActors(ProjectRole projectRole,
Project project)
|
Collection<ProjectRole> |
ProjectRoleManager.getProjectRoles(com.atlassian.crowd.embedded.api.User user,
Project project)
This will return all the ProjectRoles that the user is currently a member of for the given project. |
Collection<ProjectRole> |
ProjectRoleManager.getProjectRoles(User user,
Project project)
Deprecated. Please use ProjectRoleManager.getProjectRoles(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.project.Project). Since v4.3 |
Collection<ProjectRole> |
DefaultProjectRoleManager.getProjectRoles(com.atlassian.crowd.embedded.api.User user,
Project project)
|
Collection<ProjectRole> |
DefaultProjectRoleManager.getProjectRoles(User user,
Project project)
|
boolean |
ProjectRoleManager.isUserInProjectRole(com.atlassian.crowd.embedded.api.User user,
ProjectRole projectRole,
Project project)
Returns true only if the given user is in the given project role for the given project. |
boolean |
ProjectRoleManager.isUserInProjectRole(User user,
ProjectRole projectRole,
Project project)
Deprecated. Please use ProjectRoleManager.isUserInProjectRole(com.atlassian.crowd.embedded.api.User, ProjectRole, com.atlassian.jira.project.Project). Since v4.3 |
boolean |
DefaultProjectRoleManager.isUserInProjectRole(com.atlassian.crowd.embedded.api.User user,
ProjectRole projectRole,
Project project)
|
boolean |
DefaultProjectRoleManager.isUserInProjectRole(User user,
ProjectRole projectRole,
Project project)
|
void |
ProjectRoleManager.removeAllRoleActorsByProject(Project project)
Will remove all role actors associated with the specified project. |
void |
ProjectRoleAndActorStore.removeAllRoleActorsByProject(Project project)
|
void |
OfBizProjectRoleAndActorStore.removeAllRoleActorsByProject(Project project)
|
void |
DefaultProjectRoleManager.removeAllRoleActorsByProject(Project project)
|
void |
CachingProjectRoleAndActorStore.removeAllRoleActorsByProject(Project project)
|
| Uses of Project in com.atlassian.jira.security.type |
|---|
| Methods in com.atlassian.jira.security.type with parameters of type Project | |
|---|---|
org.apache.lucene.search.Query |
SecurityType.getQuery(User searcher,
Project project,
org.ofbiz.core.entity.GenericValue securityLevel,
String parameter)
Returns a query based on security level and the project passed in. |
org.apache.lucene.search.Query |
AbstractProjectsSecurityType.getQuery(User searcher,
Project project,
org.ofbiz.core.entity.GenericValue securityLevel,
String parameter)
|
org.apache.lucene.search.Query |
AbstractIssueFieldSecurityType.getQuery(User searcher,
Project project,
org.ofbiz.core.entity.GenericValue securityLevel,
String parameter)
|
| Uses of Project in com.atlassian.jira.user |
|---|
| Methods in com.atlassian.jira.user that return Project | |
|---|---|
Project |
UserProjectHistoryManager.getCurrentProject(int permission,
com.atlassian.crowd.embedded.api.User user)
Gets the last viewed project that the user visted and still has permission to see. |
Project |
UserProjectHistoryManager.getCurrentProject(int permission,
User user)
Gets the last viewed project that the user visted and still has permission to see. |
Project |
DefaultUserProjectHistoryManager.getCurrentProject(int permission,
com.atlassian.crowd.embedded.api.User user)
|
Project |
DefaultUserProjectHistoryManager.getCurrentProject(int permission,
User user)
|
| Methods in com.atlassian.jira.user that return types with arguments of type Project | |
|---|---|
List<Project> |
UserProjectHistoryManager.getProjectHistoryWithPermissionChecks(int permission,
com.atlassian.crowd.embedded.api.User user)
Retreive the user's project history queue. |
List<Project> |
UserProjectHistoryManager.getProjectHistoryWithPermissionChecks(int permission,
User user)
Retreive the user's project history queue. |
List<Project> |
DefaultUserProjectHistoryManager.getProjectHistoryWithPermissionChecks(int permission,
com.atlassian.crowd.embedded.api.User user)
|
List<Project> |
DefaultUserProjectHistoryManager.getProjectHistoryWithPermissionChecks(int permission,
User user)
|
| Methods in com.atlassian.jira.user with parameters of type Project | |
|---|---|
void |
UserProjectHistoryManager.addProjectToHistory(com.atlassian.crowd.embedded.api.User user,
Project project)
Add a Project to the user hsitory list. |
void |
UserProjectHistoryManager.addProjectToHistory(User user,
Project project)
Add a Project to the user hsitory list. |
void |
DefaultUserProjectHistoryManager.addProjectToHistory(com.atlassian.crowd.embedded.api.User user,
Project project)
|
void |
DefaultUserProjectHistoryManager.addProjectToHistory(User user,
Project project)
|
| Uses of Project in com.atlassian.jira.user.util |
|---|
| Methods in com.atlassian.jira.user.util that return types with arguments of type Project | |
|---|---|
Collection<Project> |
UserUtil.getProjectsLeadBy(com.atlassian.crowd.embedded.api.User user)
Returns all the projects that leadUser is the project lead for. |
Collection<Project> |
UserUtilImpl.getProjectsLeadBy(com.atlassian.crowd.embedded.api.User user)
|
| Uses of Project in com.atlassian.jira.web.action |
|---|
| Methods in com.atlassian.jira.web.action that return Project | |
|---|---|
Project |
JiraWebActionSupport.getSelectedProjectObject()
|
| Methods in com.atlassian.jira.web.action with parameters of type Project | |
|---|---|
void |
ProjectActionSupport.setSelectedProject(Project project)
|
| Uses of Project in com.atlassian.jira.web.action.admin.importer.project |
|---|
| Methods in com.atlassian.jira.web.action.admin.importer.project with parameters of type Project | |
|---|---|
String |
ProjectImportResultsAction.getProjectEmail(Project project)
|
| Uses of Project in com.atlassian.jira.web.action.admin.roles |
|---|
| Methods in com.atlassian.jira.web.action.admin.roles that return Project | |
|---|---|
Project |
ViewProjectRoleActors.getProject()
|
Project |
AbstractRoleActorAction.getProject()
|
| Methods in com.atlassian.jira.web.action.admin.roles with parameters of type Project | |
|---|---|
int |
ProjectRoleUsageAction.getMemberCountForProject(Project project)
|
| Uses of Project in com.atlassian.jira.web.action.admin.user |
|---|
| Methods in com.atlassian.jira.web.action.admin.user that return types with arguments of type Project | |
|---|---|
Collection<Project> |
DeleteUser.getProjectsUserLeads()
|
Collection<Project> |
DeleteUser.getProjectsUserLeads(int limit)
|
| Methods in com.atlassian.jira.web.action.admin.user with parameters of type Project | |
|---|---|
String |
ViewUserProjectRoles.getUserInProjectRoleOtherType(ProjectRole projectRole,
Project project)
|
boolean |
ViewUserProjectRoles.isRoleForProjectSelected(ProjectRole role,
Project project)
|
boolean |
ViewUserProjectRoles.isUserInProjectRoleTypeUser(ProjectRole projectRole,
Project project)
|
| Uses of Project in com.atlassian.jira.web.action.browser |
|---|
| Methods in com.atlassian.jira.web.action.browser that return Project | |
|---|---|
Project |
BrowseVersion.getProject()
|
Project |
BrowseProject.getProject()
This method returns currently selected project |
Project |
BrowseComponent.getProject()
|
| Uses of Project in com.atlassian.jira.web.action.filter |
|---|
| Methods in com.atlassian.jira.web.action.filter that return types with arguments of type Project | |
|---|---|
Collection<Project> |
FilterPickerPopup.getProjectsInCategory(org.ofbiz.core.entity.GenericValue projectCategory)
|
Collection<Project> |
FilterPickerPopup.getProjectsInNoCategory()
|
| Uses of Project in com.atlassian.jira.web.action.issue |
|---|
| Methods in com.atlassian.jira.web.action.issue that return Project | |
|---|---|
Project |
AttachTemporaryFile.getProjectObject()
|
Project |
MoveIssue.getTargetProjectObj()
|
| Methods in com.atlassian.jira.web.action.issue with parameters of type Project | |
|---|---|
protected Collection |
CreateSubTaskIssue.getIssueTypesForProject(Project project)
Returns a collection of sub-tasks issue types for the given project. |
protected Collection |
CreateIssue.getIssueTypesForProject(Project project)
Returns a collection of non-sub-task issue types for the given project. |
| Uses of Project in com.atlassian.jira.web.action.project |
|---|
| Methods in com.atlassian.jira.web.action.project that return Project | |
|---|---|
Project |
ViewProject.getProjectObject()
|
Project |
DeleteProject.getProjectObject()
|
| Methods in com.atlassian.jira.web.action.project with parameters of type Project | |
|---|---|
protected String |
AddProject.getNextActionUrl(Project project)
|
| Uses of Project in com.atlassian.jira.web.action.util |
|---|
| Methods in com.atlassian.jira.web.action.util with parameters of type Project | |
|---|---|
List<IssueType> |
PopularIssueTypesUtilImpl.getOtherIssueTypesForProject(Project project,
com.atlassian.crowd.embedded.api.User user)
|
List<IssueType> |
PopularIssueTypesUtilImpl.getOtherIssueTypesForProject(Project project,
User user)
|
List<IssueType> |
PopularIssueTypesUtil.getOtherIssueTypesForProject(Project project,
com.atlassian.crowd.embedded.api.User user)
Returns the set difference between all available issue types for a project, and the popular issue types for a project/user context. |
List<IssueType> |
PopularIssueTypesUtil.getOtherIssueTypesForProject(Project project,
User user)
Returns the set difference between all available issue types for a project, and the popular issue types for a project/user context. |
PopularIssueTypesUtil.PopularIssueTypesHolder |
PopularIssueTypesUtilImpl.getPopularAndOtherIssueTypesForProject(Project project,
com.atlassian.crowd.embedded.api.User user)
|
PopularIssueTypesUtil.PopularIssueTypesHolder |
PopularIssueTypesUtilImpl.getPopularAndOtherIssueTypesForProject(Project project,
User user)
|
PopularIssueTypesUtil.PopularIssueTypesHolder |
PopularIssueTypesUtil.getPopularAndOtherIssueTypesForProject(Project project,
com.atlassian.crowd.embedded.api.User user)
Returns a holder that contains both - popular and other issue Types. |
PopularIssueTypesUtil.PopularIssueTypesHolder |
PopularIssueTypesUtil.getPopularAndOtherIssueTypesForProject(Project project,
User user)
Returns a holder that contains both - popular and other issue Types. |
List<IssueType> |
PopularIssueTypesUtilImpl.getPopularIssueTypesForProject(Project project,
com.atlassian.crowd.embedded.api.User user)
|
List<IssueType> |
PopularIssueTypesUtilImpl.getPopularIssueTypesForProject(Project project,
User user)
|
List<IssueType> |
PopularIssueTypesUtil.getPopularIssueTypesForProject(Project project,
com.atlassian.crowd.embedded.api.User user)
Returns the most popular non-subtask issue types used for issue creation in the specified project and by the specified user, within a designated time frame. |
List<IssueType> |
PopularIssueTypesUtil.getPopularIssueTypesForProject(Project project,
User user)
Returns the most popular non-subtask issue types used for issue creation in the specified project and by the specified user, within a designated time frame. |
| Uses of Project in com.atlassian.jira.web.bean |
|---|
| Methods in com.atlassian.jira.web.bean that return Project | |
|---|---|
abstract Project |
BulkEditBean.getTargetProject()
|
Project |
BulkEditBeanImpl.getTargetProject()
|
| Uses of Project in com.atlassian.jira.web.component |
|---|
| Methods in com.atlassian.jira.web.component with parameters of type Project | |
|---|---|
String |
CreateIssueWebComponent.getHtml(Project project)
|
| Uses of Project in com.atlassian.jira.workflow |
|---|
| Methods in com.atlassian.jira.workflow with parameters of type Project | |
|---|---|
Map<String,String> |
WorkflowSchemeManager.getWorkflowMap(Project project)
Returns a map representation of a workflow scheme for a passed project. |
Map<String,String> |
DefaultWorkflowSchemeManager.getWorkflowMap(Project project)
|
String |
WorkflowSchemeManager.getWorkflowName(Project project,
String issueType)
Get the name of the workflow associated with the passed project and issue type. |
String |
DefaultWorkflowSchemeManager.getWorkflowName(Project project,
String issueType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||