|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Project in com.atlassian.jira.action.component |
|---|
| Methods in com.atlassian.jira.action.component with parameters of type Project | |
|---|---|
boolean |
SelectComponentAssigneesUtil.hasPermission(Project project,
com.atlassian.crowd.embedded.api.User user)
|
boolean |
SelectComponentAssigneesUtilImpl.hasPermission(Project project,
com.atlassian.crowd.embedded.api.User user)
|
| Uses of Project in com.atlassian.jira.admin.contextproviders |
|---|
| Constructors in com.atlassian.jira.admin.contextproviders with parameters of type Project | |
|---|---|
ProjectPanelContextProvider.SimpleProject(Project project)
|
|
| Uses of Project in com.atlassian.jira.avatar |
|---|
| Methods in com.atlassian.jira.avatar with parameters of type Project | |
|---|---|
URI |
AvatarServiceImpl.getProjectAvatarAbsoluteURL(Project project,
Avatar.Size size)
|
URI |
AvatarService.getProjectAvatarAbsoluteURL(Project project,
Avatar.Size size)
Returns the URL for the avatar of the given project. |
URI |
AvatarServiceImpl.getProjectAvatarURL(Project project,
Avatar.Size size)
|
URI |
AvatarService.getProjectAvatarURL(Project project,
Avatar.Size size)
Returns the URL for the avatar of the given project. |
| 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 |
DefaultProjectService.createProject(ProjectService.CreateProjectValidationResult result)
|
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 |
ProjectService.UpdateProjectValidationResult.getOriginalProject()
|
Project |
ProjectService.AbstractProjectResult.getProject()
|
Project |
DefaultProjectService.updateProject(ProjectService.UpdateProjectValidationResult result)
|
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. |
| Methods in com.atlassian.jira.bc.project that return types with arguments of type Project | |
|---|---|
ServiceOutcome<List<Project>> |
DefaultProjectService.getAllProjects(com.atlassian.crowd.embedded.api.User user)
|
ServiceOutcome<List<Project>> |
ProjectService.getAllProjects(com.atlassian.crowd.embedded.api.User user)
Used to retrieve a list of Project objects. |
ServiceOutcome<List<Project>> |
DefaultProjectService.getAllProjectsForAction(com.atlassian.crowd.embedded.api.User user,
ProjectAction action)
|
ServiceOutcome<List<Project>> |
ProjectService.getAllProjectsForAction(com.atlassian.crowd.embedded.api.User user,
ProjectAction action)
Used to retrieve a list of Project objects. |
| Methods in com.atlassian.jira.bc.project with parameters of type Project | |
|---|---|
boolean |
ProjectAction.hasPermission(PermissionManager manager,
com.atlassian.crowd.embedded.api.User user,
Project project)
|
void |
DefaultProjectService.updateProjectSchemes(ProjectService.UpdateProjectSchemesValidationResult result,
Project 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. |
| 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> |
DefaultProjectOperationManager.getVisibleProjectOperations(Project project,
com.atlassian.crowd.embedded.api.User user)
|
List<PluggableProjectOperation> |
ProjectOperationManager.getVisibleProjectOperations(Project project,
com.atlassian.crowd.embedded.api.User user)
Returns a list of PluggableProjectOperations |
| 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 |
DefaultVersionService.getVersionById(com.atlassian.crowd.embedded.api.User user,
Project project,
Long versionId)
|
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.getVersionByProjectAndName(com.atlassian.crowd.embedded.api.User user,
Project project,
String versionName)
|
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.VersionsResult |
DefaultVersionService.getVersionsByProject(com.atlassian.crowd.embedded.api.User user,
Project project)
|
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.CreateVersionValidationResult |
DefaultVersionService.validateCreateVersion(com.atlassian.crowd.embedded.api.User user,
Project project,
String versionName,
Date releaseDate,
String description,
Long scheduleAfterVersion)
|
VersionService.CreateVersionValidationResult |
VersionService.validateCreateVersion(com.atlassian.crowd.embedded.api.User user,
Project project,
String versionName,
Date 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(com.atlassian.crowd.embedded.api.User user,
Project project,
String versionName,
String releaseDate,
String description,
Long scheduleAfterVersion)
|
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. |
| Constructors in com.atlassian.jira.bc.project.version with parameters of type Project | |
|---|---|
VersionService.CreateVersionValidationResult(ErrorCollection errorCollection,
Project project,
String versionName,
Date 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> |
DefaultProjectRoleService.getProjectsContainingRoleActorByNameAndType(com.atlassian.crowd.embedded.api.User currentUser,
String name,
String type,
ErrorCollection errorCollection)
|
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. |
| Methods in com.atlassian.jira.bc.projectroles with parameters of type Project | |
|---|---|
void |
DefaultProjectRoleService.addActorsToProjectRole(com.atlassian.crowd.embedded.api.User currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
|
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. |
ProjectRoleActors |
DefaultProjectRoleService.getProjectRoleActors(com.atlassian.crowd.embedded.api.User currentUser,
ProjectRole projectRole,
Project project,
ErrorCollection errorCollection)
|
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. |
boolean |
DefaultProjectRoleService.hasProjectRolePermission(com.atlassian.crowd.embedded.api.User currentUser,
Project project)
|
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. |
void |
DefaultProjectRoleService.removeActorsFromProjectRole(com.atlassian.crowd.embedded.api.User currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
|
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.removeAllRoleActorsByProject(com.atlassian.crowd.embedded.api.User currentUser,
Project project,
ErrorCollection errorCollection)
|
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.setActorsForProjectRole(com.atlassian.crowd.embedded.api.User currentUser,
Map<String,Set<String>> newRoleActors,
ProjectRole projectRole,
Project project,
ErrorCollection errorCollection)
|
void |
ProjectRoleService.setActorsForProjectRole(com.atlassian.crowd.embedded.api.User currentUser,
Map<String,Set<String>> newRoleActors,
ProjectRole projectRole,
Project project,
ErrorCollection errorCollection)
Will set the project role actor associations for the given newRoleActors and checking
the currentUser has the correct permissions to perform the update operation. |
| 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.dev.reference.plugin.project |
|---|
| Methods in com.atlassian.jira.dev.reference.plugin.project with parameters of type Project | |
|---|---|
String |
ProjectOperation.getHtml(Project project,
com.atlassian.crowd.embedded.api.User user)
|
boolean |
ProjectOperation.showOperation(Project project,
com.atlassian.crowd.embedded.api.User user)
|
| Uses of Project in com.atlassian.jira.event.issue |
|---|
| Methods in com.atlassian.jira.event.issue that return Project | |
|---|---|
Project |
IssueEvent.getProject()
|
| Uses of Project in com.atlassian.jira.external |
|---|
| Methods in com.atlassian.jira.external that return Project | |
|---|---|
Project |
ExternalUtils.createProjectObject(ExternalProject externalProject)
Create a project in JIRA from the given ExternalProject. |
Project |
ExternalUtils.getProjectObject(ExternalProject externalProject)
Tries to find an existing Project based on the values in the given ExternalProject. |
| Methods in com.atlassian.jira.external with parameters of type Project | |
|---|---|
void |
ExternalUtils.associateProjectCategory(Project project,
ProjectCategory category)
Associates a project with a projectCategory. |
| Uses of Project in com.atlassian.jira.imports.project |
|---|
| Methods in com.atlassian.jira.imports.project that return Project | |
|---|---|
Project |
DefaultProjectImportPersister.createProject(BackupProject backupProject)
|
Project |
ProjectImportPersister.createProject(BackupProject backupProject)
Creates a project, with details based off of the ExternalProject in the backup project. |
Project |
DefaultProjectImportPersister.updateProjectDetails(ExternalProject externalProject)
|
Project |
ProjectImportPersister.updateProjectDetails(ExternalProject project)
Updates the details of an existing Project in JIRA from the given ExternalProject object. |
| 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 |
ProjectImportResults.getImportedProject()
Returns the created/updated project that the import imported into. |
Project |
ProjectImportResultsImpl.getImportedProject()
|
| Methods in com.atlassian.jira.imports.project.core with parameters of type Project | |
|---|---|
void |
ProjectImportResults.setImportedProject(Project importedProject)
Sets the imported project, this is the project that exists in JIRA. |
void |
ProjectImportResultsImpl.setImportedProject(Project importedProject)
|
| Uses of Project in com.atlassian.jira.issue |
|---|
| Methods in com.atlassian.jira.issue that return Project | |
|---|---|
Project |
IssueImpl.getProjectObject()
|
Project |
DocumentIssueImpl.getProjectObject()
|
Project |
Issue.getProjectObject()
Gets the Project for this Issue. |
| Methods in com.atlassian.jira.issue with parameters of type Project | |
|---|---|
void |
IssueImpl.setProjectObject(Project project)
|
void |
MutableIssue.setProjectObject(Project project)
Sets the Project for this Issue. |
| 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> |
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. |
| 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 |
LocaleSensitiveProjectNameComparator.compare(Project project1,
Project project2)
|
int |
ProjectNameComparator.compare(Project o1,
Project o2)
|
| Uses of Project in com.atlassian.jira.issue.context |
|---|
| Methods in com.atlassian.jira.issue.context that return Project | |
|---|---|
Project |
LazyIssueContext.getProjectObject()
|
Project |
ProjectCategoryContext.getProjectObject()
|
Project |
IssueContext.getProjectObject()
Gets the Project for this IssueContext. |
Project |
IssueContextImpl.getProjectObject()
|
Project |
GlobalIssueContext.getProjectObject()
|
Project |
ProjectContext.getProjectObject()
|
| Constructors in com.atlassian.jira.issue.context with parameters of type Project | |
|---|---|
IssueContextImpl(Project project,
IssueType issueType)
Create a context. |
|
ProjectContext(Project project,
JiraContextTreeManager treeManager)
|
|
| 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 that return types with arguments of type Project | |
|---|---|
List<Project> |
MockProjectFieldLayoutSchemeHelper.getProjectsForFieldLayout(FieldLayout fieldLayout)
|
List<Project> |
ProjectFieldLayoutSchemeHelper.getProjectsForFieldLayout(FieldLayout fieldLayout)
Returns a list of the projects are currently using the passed field layout, and the field layout is active. |
List<Project> |
DefaultProjectFieldLayoutSchemeHelper.getProjectsForFieldLayout(FieldLayout fieldLayout)
|
com.google.common.collect.Multimap<FieldLayout,Project> |
MockProjectFieldLayoutSchemeHelper.getProjectsForFieldLayouts(Set<FieldLayout> fieldLayouts)
|
com.google.common.collect.Multimap<FieldLayout,Project> |
ProjectFieldLayoutSchemeHelper.getProjectsForFieldLayouts(Set<FieldLayout> fieldLayouts)
Like ProjectFieldLayoutSchemeHelper.getProjectsForFieldLayout(com.atlassian.jira.issue.fields.layout.field.FieldLayout), but takes a set of fieldLayouts
and returns a multimap of FieldLayouts -> Active projects |
com.google.common.collect.Multimap<FieldLayout,Project> |
DefaultProjectFieldLayoutSchemeHelper.getProjectsForFieldLayouts(Set<FieldLayout> fieldLayouts)
|
List<Project> |
MockProjectFieldLayoutSchemeHelper.getProjectsForScheme(Long schemeId)
|
List<Project> |
ProjectFieldLayoutSchemeHelper.getProjectsForScheme(Long schemeId)
Return a list of projects that use the field layout scheme with the passed query. |
List<Project> |
DefaultProjectFieldLayoutSchemeHelper.getProjectsForScheme(Long schemeId)
|
| Methods in com.atlassian.jira.issue.fields with parameters of type Project | |
|---|---|
boolean |
CustomFieldImpl.isInScope(Project project,
List<String> issueTypeIds)
|
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. |
| 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. |
MockProjectFieldLayoutSchemeHelper |
MockProjectFieldLayoutSchemeHelper.setProjectsForFieldLayout(FieldLayout fieldLayout,
List<Project> layoutProjects)
|
MockProjectFieldLayoutSchemeHelper |
MockProjectFieldLayoutSchemeHelper.setProjectsForFieldLayoutScheme(Long schemeId,
List<Project> projects)
|
| 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 |
MockFieldLayoutManager.getFieldConfigurationScheme(Project project)
|
abstract FieldConfigurationScheme |
AbstractFieldLayoutManager.getFieldConfigurationScheme(Project project)
|
FieldConfigurationScheme |
DefaultFieldLayoutManager.getFieldConfigurationScheme(Project project)
|
FieldConfigurationScheme |
FieldLayoutManager.getFieldConfigurationScheme(Project project)
Retrieves the Field Configuration Scheme associated with the supplied project. |
FieldLayout |
MockFieldLayoutManager.getFieldLayout(Project project,
String issueTypeId)
|
abstract FieldLayout |
AbstractFieldLayoutManager.getFieldLayout(Project project,
String issueTypeId)
|
FieldLayout |
DefaultFieldLayoutManager.getFieldLayout(Project project,
String issueTypeId)
|
FieldLayout |
FieldLayoutManager.getFieldLayout(Project project,
String issueTypeId)
|
List<Field> |
MockFieldLayout.getHiddenFields(Project project,
List<String> issueTypeIds)
|
List<Field> |
FieldLayoutImpl.getHiddenFields(Project project,
List<String> issueTypeIds)
|
List<Field> |
FieldLayout.getHiddenFields(Project project,
List<String> issueTypeIds)
Returns all hidden fields (system fields and custom fields) for a given project and issue type(s). |
List<Field> |
MockFieldLayout.getHiddenFields(com.atlassian.crowd.embedded.api.User remoteUser,
Project project,
List<String> issueTypeIds)
|
List<Field> |
FieldLayoutImpl.getHiddenFields(com.atlassian.crowd.embedded.api.User remoteUser,
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<FieldLayoutItem> |
MockFieldLayout.getRequiredFieldLayoutItems(Project project,
List<String> issueTypes)
|
List<FieldLayoutItem> |
FieldLayoutImpl.getRequiredFieldLayoutItems(Project project,
List<String> issueTypes)
|
List<FieldLayoutItem> |
FieldLayout.getRequiredFieldLayoutItems(Project project,
List<String> issueTypes)
Returns the list of required fields for an issue type in a project. |
Set<FieldLayout> |
MockFieldLayoutManager.getUniqueFieldLayouts(Project project)
|
abstract Set<FieldLayout> |
AbstractFieldLayoutManager.getUniqueFieldLayouts(Project project)
|
Set<FieldLayout> |
DefaultFieldLayoutManager.getUniqueFieldLayouts(Project project)
|
Set<FieldLayout> |
FieldLayoutManager.getUniqueFieldLayouts(Project project)
Retrieves all the FieldLayout's for a project. |
List<FieldLayoutItem> |
MockFieldLayout.getVisibleCustomFieldLayoutItems(Project project,
List<String> issueTypes)
|
List<FieldLayoutItem> |
FieldLayoutImpl.getVisibleCustomFieldLayoutItems(Project project,
List<String> issueTypes)
|
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> |
MockFieldLayout.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)
|
List<FieldLayoutItem> |
FieldLayout.getVisibleLayoutItems(com.atlassian.crowd.embedded.api.User remoteUser,
Project project,
List<String> issueTypes)
Returns all visible field layout items (system fields and custom fields) for a given project and issue type(s). |
MockFieldLayoutManager |
MockFieldLayoutManager.setFieldConfigurationScheme(Project project,
FieldConfigurationScheme fieldConfigurationScheme)
|
MockFieldLayoutManager |
MockFieldLayoutManager.setFieldLayout(Project project,
String issueTypeId,
FieldLayout fieldLayout)
|
| Uses of Project in com.atlassian.jira.issue.fields.rest.json.beans |
|---|
| Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type Project | |
|---|---|
static Map<String,String> |
ProjectJsonBean.getAvatarUrls(Project project)
|
static ProjectJsonBean |
ProjectJsonBean.shortBean(Project project,
JiraBaseUrls urls)
|
| Method parameters in com.atlassian.jira.issue.fields.rest.json.beans with type arguments of type Project | |
|---|---|
static Collection<ProjectJsonBean> |
ProjectJsonBean.shortBeans(Collection<Project> allowedValues,
JiraBaseUrls baseUrls)
|
| Uses of Project in com.atlassian.jira.issue.fields.screen |
|---|
| Methods in com.atlassian.jira.issue.fields.screen that return types with arguments of type Project | |
|---|---|
List<Project> |
DefaultProjectFieldScreenHelper.getProjectsForFieldScreen(FieldScreen fieldScreen)
|
List<Project> |
ProjectFieldScreenHelper.getProjectsForFieldScreen(FieldScreen fieldScreen)
Gets the projects using a given FieldScreen. |
| Uses of Project in com.atlassian.jira.issue.fields.screen.issuetype |
|---|
| Methods in com.atlassian.jira.issue.fields.screen.issuetype that return types with arguments of type Project | |
|---|---|
List<Project> |
ProjectIssueTypeScreenSchemeHelper.getProjectsForFieldScreenScheme(FieldScreenScheme fieldScreenScheme)
Returns a list of the projects are currently using the passed screen scheme, and the screen scheme is active. |
List<Project> |
DefaultProjectIssueTypeScreenSchemeHelper.getProjectsForFieldScreenScheme(FieldScreenScheme fieldScreenScheme)
|
com.google.common.collect.Multimap<FieldScreenScheme,Project> |
ProjectIssueTypeScreenSchemeHelper.getProjectsForFieldScreenSchemes(Set<FieldScreenScheme> fieldScreenSchemes)
Like ProjectIssueTypeScreenSchemeHelper.getProjectsForFieldScreenScheme(com.atlassian.jira.issue.fields.screen.FieldScreenScheme), but
takes a set of field screen schemes and returns a multimap of Field Screen Scheme -> Active projects |
com.google.common.collect.Multimap<FieldScreenScheme,Project> |
DefaultProjectIssueTypeScreenSchemeHelper.getProjectsForFieldScreenSchemes(Set<FieldScreenScheme> fieldScreenSchemes)
|
List<Project> |
ProjectIssueTypeScreenSchemeHelper.getProjectsForScheme(IssueTypeScreenScheme issueTypeScreenScheme)
Return a list of projects that use the issue type screen scheme with the passed query. |
List<Project> |
DefaultProjectIssueTypeScreenSchemeHelper.getProjectsForScheme(IssueTypeScreenScheme issueTypeScreenScheme)
|
| Methods in com.atlassian.jira.issue.fields.screen.issuetype with parameters of type Project | |
|---|---|
void |
DefaultIssueTypeScreenSchemeManager.addSchemeAssociation(Project project,
IssueTypeScreenScheme issueTypeScreenScheme)
|
void |
IssueTypeScreenSchemeManager.addSchemeAssociation(Project project,
IssueTypeScreenScheme issueTypeScreenScheme)
|
void |
DefaultIssueTypeScreenSchemeManager.associateWithDefaultScheme(Project project)
|
void |
IssueTypeScreenSchemeManager.associateWithDefaultScheme(Project project)
|
IssueTypeScreenScheme |
DefaultIssueTypeScreenSchemeManager.getIssueTypeScreenScheme(Project project)
|
IssueTypeScreenScheme |
IssueTypeScreenSchemeManager.getIssueTypeScreenScheme(Project project)
|
void |
DefaultIssueTypeScreenSchemeManager.removeSchemeAssociation(Project project,
IssueTypeScreenScheme issueTypeScreenScheme)
|
void |
IssueTypeScreenSchemeManager.removeSchemeAssociation(Project project,
IssueTypeScreenScheme issueTypeScreenScheme)
|
| 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> |
SearchRequestAdminManager.getSearchRequests(Project project)
Get all SearchRequests associate with a given project. |
EnclosedIterable<SearchRequest> |
SearchRequestStore.getSearchRequests(Project project)
Get all search requests associate with a given Project. |
EnclosedIterable |
DefaultSearchRequestAdminManager.getSearchRequests(Project project)
Called from the admin section. |
EnclosedIterable<SearchRequest> |
OfBizSearchRequestStore.getSearchRequests(Project project)
|
EnclosedIterable<SearchRequest> |
CachingSearchRequestStore.getSearchRequests(Project project)
|
| Uses of Project in com.atlassian.jira.issue.security |
|---|
| Methods in com.atlassian.jira.issue.security that return types with arguments of type Project | |
|---|---|
List<Project> |
DefaultProjectIssueSecuritySchemeHelper.getSharedProjects(Scheme issueSecurityScheme)
|
List<Project> |
ProjectIssueSecuritySchemeHelper.getSharedProjects(Scheme issueSecurityScheme)
Gets the projects using a given IssueSecurity Scheme. |
| Methods in com.atlassian.jira.issue.security with parameters of type Project | |
|---|---|
Long |
IssueSecurityLevelManagerImpl.getDefaultSecurityLevel(Project project)
|
Long |
IssueSecurityLevelManager.getDefaultSecurityLevel(Project project)
Returns the default Security Level as defined in the Issue Security Level scheme for the given project. |
List<IssueSecurityLevel> |
IssueSecurityLevelManagerImpl.getUsersSecurityLevels(Project project,
com.atlassian.crowd.embedded.api.User user)
|
List<IssueSecurityLevel> |
IssueSecurityLevelManager.getUsersSecurityLevels(Project project,
com.atlassian.crowd.embedded.api.User user)
Get the different levels of security that can be set for an issue created in this 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.mock.issue |
|---|
| Methods in com.atlassian.jira.mock.issue that return Project | |
|---|---|
Project |
MockIssue.getProjectObject()
|
| Methods in com.atlassian.jira.mock.issue with parameters of type Project | |
|---|---|
void |
MockIssue.setProjectObject(Project projectObject)
|
| Uses of Project in com.atlassian.jira.mock.project |
|---|
| Methods in com.atlassian.jira.mock.project that return Project | |
|---|---|
Project |
MockVersion.getProjectObject()
|
| Methods in com.atlassian.jira.mock.project with parameters of type Project | |
|---|---|
MockVersion |
MockVersion.setProjectObject(Project project)
|
| Constructors in com.atlassian.jira.mock.project with parameters of type Project | |
|---|---|
MockVersion(long id,
String name,
Project project)
|
|
MockVersion(long id,
String name,
Project project,
Long sequence)
|
|
| Uses of Project in com.atlassian.jira.notification |
|---|
| Methods in com.atlassian.jira.notification that return types with arguments of type Project | |
|---|---|
List<Project> |
ProjectNotificationsSchemeHelper.getSharedProjects(Scheme notificationsScheme)
Gets the projects using a given Notifications Scheme. |
List<Project> |
DefaultProjectNotificationsSchemeHelper.getSharedProjects(Scheme notificationsScheme)
|
| Methods in com.atlassian.jira.notification with parameters of type Project | |
|---|---|
List<SchemeEntity> |
DefaultNotificationSchemeManager.getNotificationSchemeEntities(Project project,
long entityTypeId)
|
List<SchemeEntity> |
NotificationSchemeManager.getNotificationSchemeEntities(Project project,
long entityTypeId)
Get the notification scheme entities for this project and entity type. |
| 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(com.atlassian.crowd.embedded.api.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.permission |
|---|
| Methods in com.atlassian.jira.permission that return Project | |
|---|---|
Project |
PermissionContextImpl.getProjectObject()
|
Project |
PermissionContext.getProjectObject()
Returns the Project in this context. |
| Methods in com.atlassian.jira.permission that return types with arguments of type Project | |
|---|---|
List<Project> |
ProjectPermissionSchemeHelper.getSharedProjects(Scheme permissionScheme)
Gets the projects using a given Permission Scheme. |
List<Project> |
DefaultProjectPermissionSchemeHelper.getSharedProjects(Scheme permissionScheme)
|
| Methods in com.atlassian.jira.permission with parameters of type Project | |
|---|---|
Collection<com.atlassian.crowd.embedded.api.Group> |
DefaultPermissionSchemeManager.getGroups(Long entityTypeId,
Project project)
|
PermissionContext |
DefaultPermissionContextFactory.getPermissionContext(Project project)
|
PermissionContext |
PermissionContextFactory.getPermissionContext(Project project)
|
| Constructors in com.atlassian.jira.permission with parameters of type Project | |
|---|---|
PermissionContextImpl(Issue issue,
Project project,
Status status)
|
|
| 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 | |
|---|---|
protected abstract String |
DefaultPluggableProjectOperation.getContentHtml(Project project,
com.atlassian.crowd.embedded.api.User user)
|
String |
DefaultPluggableProjectOperation.getHtml(Project project,
com.atlassian.crowd.embedded.api.User user)
|
String |
PluggableProjectOperation.getHtml(Project project,
com.atlassian.crowd.embedded.api.User user)
Get the HTML to present on screen |
protected abstract String |
DefaultPluggableProjectOperation.getLabelHtml(Project project,
com.atlassian.crowd.embedded.api.User user)
|
boolean |
PluggableProjectOperation.showOperation(Project project,
com.atlassian.crowd.embedded.api.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. |
| Uses of Project in com.atlassian.jira.plugin.webfragment.model |
|---|
| Methods in com.atlassian.jira.plugin.webfragment.model that return Project | |
|---|---|
Project |
JiraHelper.getProjectObject()
Returns the Project in this context. |
| 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.plugins.mail |
|---|
| Methods in com.atlassian.jira.plugins.mail that return Project | |
|---|---|
Project |
ViewMailServers.getRelatedProject(JiraService service)
|
| Uses of Project in com.atlassian.jira.project |
|---|
| Classes in com.atlassian.jira.project that implement Project | |
|---|---|
class |
MockProject
Bean implementation of Project interface but doesn't believe in GenericValues. |
class |
ProjectImpl
Represents an immutable Project domain object for JIRA. |
| Methods in com.atlassian.jira.project that return 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)
Creates the project in the database, and adds default project roles for this project. |
Project |
CachingProjectManager.createProject(String name,
String key,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
|
Project |
DefaultProjectManager.createProject(String name,
String key,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
|
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 |
MockProjectFactory.getProject(org.ofbiz.core.entity.GenericValue projectGV)
|
Project |
DefaultProjectFactory.getProject(org.ofbiz.core.entity.GenericValue projectGV)
|
Project |
ProjectFactory.getProject(org.ofbiz.core.entity.GenericValue projectGV)
Returns a project object that is backed by the given generic value. |
Project |
CachingProjectManager.getProjectObj(Long id)
|
Project |
DefaultProjectManager.getProjectObj(Long id)
|
Project |
ProjectManager.getProjectObj(Long id)
Retrieves a single Project by its id. |
Project |
CachingProjectManager.getProjectObjByKey(String projectKey)
|
Project |
DefaultProjectManager.getProjectObjByKey(String projectKey)
|
Project |
ProjectManager.getProjectObjByKey(String projectKey)
Returns a Project object based on the passed in project key. |
Project |
CachingProjectManager.getProjectObjByKeyIgnoreCase(String projectKey)
|
Project |
DefaultProjectManager.getProjectObjByKeyIgnoreCase(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 |
CachingProjectManager.getProjectObjByName(String projectName)
|
Project |
DefaultProjectManager.getProjectObjByName(String projectName)
|
Project |
ProjectManager.getProjectObjByName(String projectName)
Returns a Project object based on the passed in project name. |
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)
Updates the project provided with the new attributes passed in. |
Project |
CachingProjectManager.updateProject(Project updatedProject,
String name,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
|
Project |
DefaultProjectManager.updateProject(Project updatedProject,
String name,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
|
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. |
| Methods in com.atlassian.jira.project that return types with arguments of type Project | |
|---|---|
List<Project> |
AbstractProjectManager.convertToProjectObjects(Collection<Long> projectIds)
|
List<Project> |
ProjectManager.convertToProjectObjects(Collection<Long> projectIds)
Converts a collection of projectIds to a list of projects. |
List<Project> |
ProjectCache.getProjectObjects()
Returns a list of all Projects ordered by name. |
List<Project> |
CachingProjectManager.getProjectObjects()
|
List<Project> |
DefaultProjectManager.getProjectObjects()
|
List<Project> |
ProjectManager.getProjectObjects()
Return all Projects ordered by name. |
Collection<Project> |
CachingProjectManager.getProjectObjectsFromProjectCategory(Long projectCategoryId)
|
Collection<Project> |
DefaultProjectManager.getProjectObjectsFromProjectCategory(Long projectCategoryId)
|
Collection<Project> |
ProjectManager.getProjectObjectsFromProjectCategory(Long projectCategoryId)
Returns a list of projects in a particular category. |
Collection<Project> |
CachingProjectManager.getProjectObjectsWithNoCategory()
|
Collection<Project> |
DefaultProjectManager.getProjectObjectsWithNoCategory()
|
Collection<Project> |
ProjectManager.getProjectObjectsWithNoCategory()
Returns a list of projects without project category, sorted by project name |
List<Project> |
MockProjectFactory.getProjects(Collection projectGVs)
|
List<Project> |
DefaultProjectFactory.getProjects(Collection<org.ofbiz.core.entity.GenericValue> projectGVs)
|
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. |
Collection<Project> |
CachingProjectManager.getProjectsFromProjectCategory(ProjectCategory projectCategory)
|
Collection<Project> |
DefaultProjectManager.getProjectsFromProjectCategory(ProjectCategory projectCategory)
|
Collection<Project> |
ProjectManager.getProjectsFromProjectCategory(ProjectCategory projectCategory)
Returns a list of projects in a particular category. |
List<Project> |
CachingProjectManager.getProjectsLeadBy(com.atlassian.crowd.embedded.api.User leadUser)
|
List<Project> |
DefaultProjectManager.getProjectsLeadBy(com.atlassian.crowd.embedded.api.User leadUser)
|
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. |
| Methods in com.atlassian.jira.project with parameters of type Project | |
|---|---|
com.atlassian.crowd.embedded.api.User |
AbstractProjectManager.getDefaultAssignee(Project project,
Collection<ProjectComponent> components)
|
com.atlassian.crowd.embedded.api.User |
ProjectManager.getDefaultAssignee(Project project,
Collection<ProjectComponent> components)
Gets the default assignee for an issue given its project and list of Components. |
com.atlassian.crowd.embedded.api.User |
AbstractProjectManager.getDefaultAssignee(Project project,
ProjectComponent component)
|
com.atlassian.crowd.embedded.api.User |
ProjectManager.getDefaultAssignee(Project project,
ProjectComponent component)
Deprecated. Use ProjectManager.getDefaultAssignee(Project, java.util.Collection) which allows for multiple components. Since v4.4. |
long |
AbstractProjectManager.getNextId(Project project)
|
long |
CachingProjectManager.getNextId(Project project)
|
long |
ProjectManager.getNextId(Project project)
Get the next issue ID from this project (transactional). |
org.ofbiz.core.entity.GenericValue |
ProjectCache.getProjectCategoryForProject(Project project)
|
ProjectCategory |
CachingProjectManager.getProjectCategoryForProject(Project project)
|
ProjectCategory |
DefaultProjectManager.getProjectCategoryForProject(Project project)
|
ProjectCategory |
ProjectManager.getProjectCategoryForProject(Project project)
Returns a project's category. |
void |
CachingProjectManager.removeProject(Project project)
|
void |
DefaultProjectManager.removeProject(Project project)
|
void |
ProjectManager.removeProject(Project project)
Deletes the provided project from the database. |
void |
CachingProjectManager.removeProjectIssues(Project project)
|
void |
DefaultProjectManager.removeProjectIssues(Project project)
|
void |
ProjectManager.removeProjectIssues(Project project)
Removes all issues for a particular project. |
void |
CachingProjectManager.setProjectCategory(Project project,
ProjectCategory category)
|
void |
DefaultProjectManager.setProjectCategory(Project project,
ProjectCategory category)
|
void |
ProjectManager.setProjectCategory(Project project,
ProjectCategory category)
Sets a project's category. |
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)
Updates the project provided with the new attributes passed in. |
Project |
CachingProjectManager.updateProject(Project updatedProject,
String name,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
|
Project |
DefaultProjectManager.updateProject(Project updatedProject,
String name,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
|
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. |
| 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(com.atlassian.crowd.embedded.api.User user,
Project project)
|
|
| Uses of Project in com.atlassian.jira.project.version |
|---|
| Methods in com.atlassian.jira.project.version that return Project | |
|---|---|
Project |
VersionImpl.getProjectObject()
|
Project |
Version.getProjectObject()
Returns project this verion relates to. |
| Methods in com.atlassian.jira.project.version with parameters of type Project | |
|---|---|
List<Version> |
DefaultVersionManager.getVersions(Project project)
|
List<Version> |
VersionManager.getVersions(Project project)
Return a list of Versions for the given project. |
Collection<Version> |
DefaultVersionManager.getVersionsArchived(Project project)
|
Collection<Version> |
VersionManager.getVersionsArchived(Project project)
Return all archived versions for a particular project. |
| Uses of Project in com.atlassian.jira.projectconfig.beans |
|---|
| Constructors in com.atlassian.jira.projectconfig.beans with parameters of type Project | |
|---|---|
SimpleProject(Project project)
|
|
| Uses of Project in com.atlassian.jira.projectconfig.contextproviders |
|---|
| Methods in com.atlassian.jira.projectconfig.contextproviders that return Project | |
|---|---|
Project |
ContextProviderUtils.getProject()
|
| Methods in com.atlassian.jira.projectconfig.contextproviders that return types with arguments of type Project | |
|---|---|
Collection<Project> |
ProjectScreensContextProvider.SimpleScreenScheme.getSchemeProjectList()
|
Collection<Project> |
ProjectFieldsContextProvider.SimpleFieldConfig.getSharedProjects()
|
| Method parameters in com.atlassian.jira.projectconfig.contextproviders with type arguments of type Project | |
|---|---|
static ProjectFieldsContextProvider.SimpleFieldConfig |
ProjectFieldsContextProvider.SimpleFieldConfig.getSystemDefaultSimpleFieldConfig(String url,
boolean defaultFieldconfig,
Collection<Project> sharedProjects,
List<ProjectFieldsContextProvider.SimpleFieldLayoutItem> fieldLayoutItems,
List<SimpleIssueType> issueTypes)
|
| Constructor parameters in com.atlassian.jira.projectconfig.contextproviders with type arguments of type Project | |
|---|---|
ProjectFieldsContextProvider.SimpleFieldConfig(FieldLayout fieldLayout,
String url,
boolean defaultFieldConfig,
Collection<Project> sharedProjects,
List<ProjectFieldsContextProvider.SimpleFieldLayoutItem> fieldLayoutItems,
List<SimpleIssueType> issueTypes)
|
|
ProjectScreensContextProvider.SimpleScreenScheme(FieldScreenScheme fieldScreenScheme,
String url,
boolean defaultScreenScheme,
List<SimpleIssueType> issueTypes,
List<ProjectScreensContextProvider.SimpleFieldScreen> screens,
Collection<Project> projects)
|
|
| Uses of Project in com.atlassian.jira.projectconfig.tab |
|---|
| Methods in com.atlassian.jira.projectconfig.tab that return Project | |
|---|---|
Project |
DefaultTabRenderContext.getProject()
|
Project |
ProjectConfigTabRenderContext.getProject()
|
| Constructors in com.atlassian.jira.projectconfig.tab with parameters of type Project | |
|---|---|
DefaultTabRenderContext(String pathInfo,
Project project,
JiraAuthenticationContext ctx,
com.atlassian.plugin.webresource.WebResourceManager webResourceManager)
|
|
| Uses of Project in com.atlassian.jira.projectconfig.util |
|---|
| Methods in com.atlassian.jira.projectconfig.util that return Project | |
|---|---|
Project |
ServletRequestProjectConfigRequestCache.getProject()
|
Project |
ProjectConfigRequestCache.getProject()
|
| Methods in com.atlassian.jira.projectconfig.util with parameters of type Project | |
|---|---|
void |
ServletRequestProjectConfigRequestCache.setProject(Project project)
|
void |
ProjectConfigRequestCache.setProject(Project project)
|
| Uses of Project in com.atlassian.jira.rest.v2.issue |
|---|
| Fields in com.atlassian.jira.rest.v2.issue declared as Project | |
|---|---|
protected Project |
AbstractMetaFieldBeanBuilder.project
|
| Constructors in com.atlassian.jira.rest.v2.issue with parameters of type Project | |
|---|---|
AbstractMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager,
Project project,
Issue issue,
IssueType issueType,
com.atlassian.crowd.embedded.api.User user,
VersionBeanFactory versionBeanFactory,
VelocityRequestContextFactory velocityRequestContextFactory,
ContextUriInfo contextUriInfo,
JiraBaseUrls baseUrls)
|
|
AbstractMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager,
Project project,
IssueType issueType,
com.atlassian.crowd.embedded.api.User user,
VersionBeanFactory versionBeanFactory,
VelocityRequestContextFactory velocityRequestContextFactory,
ContextUriInfo contextUriInfo,
JiraBaseUrls baseUrls)
|
|
CreateMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager,
Project project,
IssueType issueType,
com.atlassian.crowd.embedded.api.User user,
VersionBeanFactory versionBeanFactory,
VelocityRequestContextFactory velocityRequestContextFactory,
ContextUriInfo contextUriInfo,
ProjectBeanFactory projectBeanFactory,
JiraBaseUrls baseUrls)
|
|
EditMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager,
Project project,
Issue issue,
IssueType issueType,
com.atlassian.crowd.embedded.api.User user,
VersionBeanFactory versionBeanFactory,
VelocityRequestContextFactory velocityRequestContextFactory,
ContextUriInfo contextUriInfo,
JiraBaseUrls baseUrls)
|
|
| Uses of Project in com.atlassian.jira.rest.v2.issue.project |
|---|
| Methods in com.atlassian.jira.rest.v2.issue.project with parameters of type Project | |
|---|---|
ProjectBean |
ProjectBeanFactory.fullProject(Project project)
|
ProjectBean |
ProjectBeanFactoryImpl.fullProject(Project project)
|
| Uses of Project in com.atlassian.jira.scheme |
|---|
| Methods in com.atlassian.jira.scheme that return types with arguments of type Project | |
|---|---|
List<Project> |
AbstractSchemeManager.getProjects(Scheme scheme)
|
List<Project> |
SchemeManager.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.addDefaultSchemeToProject(Project project)
Adds the default scheme to a particular project |
void |
AbstractSchemeManager.addSchemeToProject(Project project,
Scheme scheme)
|
void |
SchemeManager.addSchemeToProject(Project project,
Scheme scheme)
Adds a scheme to a particular project |
Collection<com.atlassian.crowd.embedded.api.Group> |
AbstractSchemeManager.getGroups(Long entityTypeId,
Project project)
|
Collection<com.atlassian.crowd.embedded.api.Group> |
SchemeManager.getGroups(Long permissionId,
Project project)
|
Scheme |
AbstractSchemeManager.getSchemeFor(Project project)
|
Scheme |
SchemeManager.getSchemeFor(Project project)
Get the scheme of this type attached to the given project. |
Collection<com.atlassian.crowd.embedded.api.User> |
AbstractSchemeManager.getUsers(Long permissionId,
Project project)
|
Collection<com.atlassian.crowd.embedded.api.User> |
SchemeManager.getUsers(Long permissionId,
Project project)
|
void |
AbstractSchemeManager.removeSchemesFromProject(Project project)
|
void |
SchemeManager.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> |
AbstractPermissionManager.getProjectObjects(int permissionId,
com.atlassian.crowd.embedded.api.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> |
SubvertedPermissionManager.getProjects(int permissionId,
com.atlassian.crowd.embedded.api.User user,
ProjectCategory category)
|
Collection<Project> |
AbstractPermissionManager.getProjects(int permissionId,
com.atlassian.crowd.embedded.api.User user,
ProjectCategory projectCategory)
|
Collection<Project> |
PermissionManager.getProjects(int permissionId,
com.atlassian.crowd.embedded.api.User user,
ProjectCategory projectCategory)
Returns the list of projects associated with the specified category, that this user has the permissions for. |
| 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> |
AbstractPermissionManager.getAllGroups(int permissionId,
Project project)
|
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. |
boolean |
SubvertedPermissionManager.hasPermission(int permissionsId,
Project project,
com.atlassian.crowd.embedded.api.User user)
Always return true. |
boolean |
AbstractPermissionManager.hasPermission(int permissionsId,
Project project,
com.atlassian.crowd.embedded.api.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 |
SubvertedPermissionManager.hasPermission(int permissionsId,
Project project,
com.atlassian.crowd.embedded.api.User user,
boolean issueCreation)
Always return true. |
boolean |
AbstractPermissionManager.hasPermission(int permissionsId,
Project project,
com.atlassian.crowd.embedded.api.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. |
| Uses of Project in com.atlassian.jira.security.roles |
|---|
| Methods in com.atlassian.jira.security.roles with parameters of type Project | |
|---|---|
void |
OfBizProjectRoleAndActorStore.applyDefaultsRolesToProject(Project project)
|
void |
CachingProjectRoleAndActorStore.applyDefaultsRolesToProject(Project project)
|
void |
DefaultProjectRoleManager.applyDefaultsRolesToProject(Project project)
|
void |
ProjectRoleAndActorStore.applyDefaultsRolesToProject(Project project)
|
void |
ProjectRoleManager.applyDefaultsRolesToProject(Project project)
This method will insert all the default roles into the role associations for the provided project. |
ProjectRoleActors |
DefaultProjectRoleManager.getProjectRoleActors(ProjectRole projectRole,
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 |
Collection<ProjectRole> |
DefaultProjectRoleManager.getProjectRoles(com.atlassian.crowd.embedded.api.User user,
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. |
boolean |
DefaultProjectRoleManager.isUserInProjectRole(com.atlassian.crowd.embedded.api.User user,
ProjectRole projectRole,
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. |
void |
OfBizProjectRoleAndActorStore.removeAllRoleActorsByProject(Project project)
|
void |
CachingProjectRoleAndActorStore.removeAllRoleActorsByProject(Project project)
|
void |
DefaultProjectRoleManager.removeAllRoleActorsByProject(Project project)
|
void |
ProjectRoleAndActorStore.removeAllRoleActorsByProject(Project project)
|
void |
ProjectRoleManager.removeAllRoleActorsByProject(Project project)
Will remove all role actors associated with the specified 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 |
AbstractIssueFieldSecurityType.getQuery(com.atlassian.crowd.embedded.api.User searcher,
Project project,
org.ofbiz.core.entity.GenericValue securityLevel,
String parameter)
|
org.apache.lucene.search.Query |
AbstractProjectsSecurityType.getQuery(com.atlassian.crowd.embedded.api.User searcher,
Project project,
org.ofbiz.core.entity.GenericValue securityLevel,
String parameter)
|
org.apache.lucene.search.Query |
SecurityType.getQuery(com.atlassian.crowd.embedded.api.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 |
ProjectLead.getQuery(com.atlassian.crowd.embedded.api.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 |
DefaultUserProjectHistoryManager.getCurrentProject(int permission,
com.atlassian.crowd.embedded.api.User user)
|
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. |
| Methods in com.atlassian.jira.user that return types with arguments of type Project | |
|---|---|
List<Project> |
DefaultUserProjectHistoryManager.getProjectHistoryWithPermissionChecks(int permission,
com.atlassian.crowd.embedded.api.User user)
|
List<Project> |
UserProjectHistoryManager.getProjectHistoryWithPermissionChecks(int permission,
com.atlassian.crowd.embedded.api.User user)
Deprecated. since 4.4, use {#getProjectHistoryWithPermissionChecks(ProjectAction, User)} |
List<Project> |
DefaultUserProjectHistoryManager.getProjectHistoryWithPermissionChecks(ProjectAction projectAction,
com.atlassian.crowd.embedded.api.User user)
|
List<Project> |
UserProjectHistoryManager.getProjectHistoryWithPermissionChecks(ProjectAction projectAction,
com.atlassian.crowd.embedded.api.User user)
Retreive the user's project history queue. |
| Methods in com.atlassian.jira.user with parameters of type Project | |
|---|---|
void |
DefaultUserProjectHistoryManager.addProjectToHistory(com.atlassian.crowd.embedded.api.User user,
Project project)
|
void |
UserProjectHistoryManager.addProjectToHistory(com.atlassian.crowd.embedded.api.User user,
Project project)
Add a Project to the user hsitory list. |
| 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> |
UserUtilImpl.getProjectsLeadBy(com.atlassian.crowd.embedded.api.User user)
|
Collection<Project> |
UserUtil.getProjectsLeadBy(com.atlassian.crowd.embedded.api.User user)
Returns all the projects that leadUser is the project lead for. |
| Uses of Project in com.atlassian.jira.web.action |
|---|
| Methods in com.atlassian.jira.web.action that return Project | |
|---|---|
Project |
JiraWebActionSupport.getSelectedProjectObject()
Gets the last viewed project that the user visited and still has permission to see. |
| Methods in com.atlassian.jira.web.action that return types with arguments of type Project | |
|---|---|
Collection<Project> |
ProjectActionSupport.getBrowsableProjects()
Returns the projects that the current user is allowed to Browse. |
| 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.issuefields |
|---|
| Methods in com.atlassian.jira.web.action.admin.issuefields that return types with arguments of type Project | |
|---|---|
List<Project> |
ViewIssueFields.getUsedIn()
|
| Uses of Project in com.atlassian.jira.web.action.admin.issuefields.enterprise |
|---|
| Methods in com.atlassian.jira.web.action.admin.issuefields.enterprise that return types with arguments of type Project | |
|---|---|
List<Project> |
ConfigureFieldLayout.getUsedIn()
|
List<Project> |
ConfigureFieldLayoutScheme.getUsedIn()
|
| Uses of Project in com.atlassian.jira.web.action.admin.issuefields.screens |
|---|
| Methods in com.atlassian.jira.web.action.admin.issuefields.screens that return types with arguments of type Project | |
|---|---|
List<Project> |
ConfigureFieldScreen.getUsedIn()
|
List<Project> |
ConfigureFieldScreenScheme.getUsedIn()
|
| Uses of Project in com.atlassian.jira.web.action.admin.issuefields.screens.enterprise |
|---|
| Methods in com.atlassian.jira.web.action.admin.issuefields.screens.enterprise that return types with arguments of type Project | |
|---|---|
List<Project> |
ConfigureIssueTypeScreenScheme.getUsedIn()
|
| Uses of Project in com.atlassian.jira.web.action.admin.issuesecurity |
|---|
| Methods in com.atlassian.jira.web.action.admin.issuesecurity that return types with arguments of type Project | |
|---|---|
List<Project> |
EditIssueSecurities.getUsedIn()
|
| Uses of Project in com.atlassian.jira.web.action.admin.issuetypes |
|---|
| Methods in com.atlassian.jira.web.action.admin.issuetypes that return types with arguments of type Project | |
|---|---|
List<Project> |
ConfigureIssueTypeOptionScheme.getUsedIn()
|
| Uses of Project in com.atlassian.jira.web.action.admin.notification |
|---|
| Methods in com.atlassian.jira.web.action.admin.notification that return types with arguments of type Project | |
|---|---|
List<Project> |
EditNotifications.getUsedIn()
|
| Uses of Project in com.atlassian.jira.web.action.admin.permission |
|---|
| Methods in com.atlassian.jira.web.action.admin.permission that return types with arguments of type Project | |
|---|---|
List<Project> |
EditPermissions.getUsedIn()
|
| Uses of Project in com.atlassian.jira.web.action.admin.roles |
|---|
| Methods in com.atlassian.jira.web.action.admin.roles that return Project | |
|---|---|
Project |
AbstractRoleActorAction.getProject()
|
Project |
ViewProjectRoleActors.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 |
|---|
| Fields in com.atlassian.jira.web.action.admin.user with type parameters of type Project | |
|---|---|
protected Collection<Project> |
ViewUserProjectRoles.currentVisibleProjects
|
| Methods in com.atlassian.jira.web.action.admin.user that return types with arguments of type Project | |
|---|---|
Collection<Project> |
EditUserProjectRoles.getAllProjectsWithoutCategory()
|
Collection<Project> |
ViewUserProjectRoles.getCurrentVisibleProjects()
|
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.admin.workflow |
|---|
| Methods in com.atlassian.jira.web.action.admin.workflow that return types with arguments of type Project | |
|---|---|
List<Project> |
ViewWorkflowSteps.getUsedIn()
|
| Uses of Project in com.atlassian.jira.web.action.admin.workflow.scheme |
|---|
| Methods in com.atlassian.jira.web.action.admin.workflow.scheme that return types with arguments of type Project | |
|---|---|
List<Project> |
EditWorkflowSchemeEntities.getUsedIn()
|
| Uses of Project in com.atlassian.jira.web.action.browser |
|---|
| Methods in com.atlassian.jira.web.action.browser that return Project | |
|---|---|
Project |
BrowseComponent.getProject()
|
Project |
BrowseProject.getProject()
This method returns currently selected project |
Project |
BrowseVersion.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 |
CreateIssue.getIssueTypesForProject(Project project)
Returns a collection of non-sub-task issue types for the given project. |
protected Collection |
CreateSubTaskIssue.getIssueTypesForProject(Project project)
Returns a collection of sub-tasks 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 |
SelectProjectCategory.getProject()
|
Project |
DeleteProject.getProjectObject()
|
Project |
ViewProject.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.project.enterprise |
|---|
| Methods in com.atlassian.jira.web.action.project.enterprise that return Project | |
|---|---|
Project |
SelectComponentAssignees.getProjectObj()
|
| 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> |
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. |
PopularIssueTypesUtil.PopularIssueTypesHolder |
PopularIssueTypesUtilImpl.getPopularAndOtherIssueTypesForProject(Project project,
com.atlassian.crowd.embedded.api.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. |
List<IssueType> |
PopularIssueTypesUtilImpl.getPopularIssueTypesForProject(Project project,
com.atlassian.crowd.embedded.api.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. |
| Uses of Project in com.atlassian.jira.web.bean |
|---|
| Methods in com.atlassian.jira.web.bean that return Project | |
|---|---|
Project |
BulkEditBeanImpl.getTargetProject()
|
Project |
BulkEditBean.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.web.component.webfragment |
|---|
| Methods in com.atlassian.jira.web.component.webfragment with parameters of type Project | |
|---|---|
Pair<String,Integer> |
AdminTabsWebComponent.render(Project project,
String currentSection,
String currentTabId)
|
| Uses of Project in com.atlassian.jira.web.util |
|---|
| Methods in com.atlassian.jira.web.util with parameters of type Project | |
|---|---|
TemporaryAttachment |
WebAttachmentManager.createTemporaryAttachment(InputStream stream,
String fileName,
String contentType,
long size,
Issue issue,
Project project)
Creates a temporary attachment on disk. |
TemporaryAttachment |
DefaultWebAttachmentManager.createTemporaryAttachment(InputStream stream,
String fileName,
String contentType,
long size,
Issue issue,
Project project)
|
TemporaryAttachment |
WebAttachmentManager.createTemporaryAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper,
String fileParamName,
Issue issue,
Project project)
Creates a temporary attachment on disk. |
TemporaryAttachment |
DefaultWebAttachmentManager.createTemporaryAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper,
String fileParamName,
Issue issue,
Project project)
|
| Uses of Project in com.atlassian.jira.workflow |
|---|
| Methods in com.atlassian.jira.workflow that return types with arguments of type Project | |
|---|---|
List<Project> |
ProjectWorkflowSchemeHelper.getProjectsForScheme(Long schemeId)
Return a list of projects that use the workflow scheme with the passed query. |
List<Project> |
DefaultProjectWorkflowSchemeHelper.getProjectsForScheme(Long schemeId)
|
com.google.common.collect.Multimap<String,Project> |
ProjectWorkflowSchemeHelper.getProjectsForWorkflow(Set<String> workflows)
Return a map of active workflow names to the projects that use those workflows. |
com.google.common.collect.Multimap<String,Project> |
DefaultProjectWorkflowSchemeHelper.getProjectsForWorkflow(Set<String> workflows)
|
List<Project> |
ProjectWorkflowSchemeHelper.getProjectsForWorkflow(String workflowName)
Returns a list of the projects are currently using the passed workflow. |
List<Project> |
DefaultProjectWorkflowSchemeHelper.getProjectsForWorkflow(String workflowName)
|
| Methods in com.atlassian.jira.workflow with parameters of type Project | |
|---|---|
Map<String,String> |
DefaultWorkflowSchemeManager.getWorkflowMap(Project project)
|
Map<String,String> |
WorkflowSchemeManager.getWorkflowMap(Project project)
Returns a map representation of a workflow scheme for a passed project. |
String |
DefaultWorkflowSchemeManager.getWorkflowName(Project project,
String issueType)
|
String |
WorkflowSchemeManager.getWorkflowName(Project project,
String issueType)
Get the name of the workflow associated with the passed project and issue type. |
static String |
WorkflowUtil.replaceProjectKey(Project project,
String groupName)
Replaces ${pkey} in the given groupName with the given Project's key. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||