Uses of Interface
com.atlassian.bamboo.project.Project
Packages that use Project
Package
Description
-
Uses of Project in com.atlassian.bamboo.applinks
Methods in com.atlassian.bamboo.applinks with parameters of type ProjectModifier and TypeMethodDescriptionIterable<com.atlassian.applinks.api.EntityLink>
JiraApplinksService.getJiraEntityLinksForProject
(@NotNull Project bambooProject) Retrieve all JIRA entity links associated with a bamboo project, returning primary link first and the rest in alphabetical order.Iterable<com.atlassian.applinks.api.EntityLink>
JiraApplinksServiceImpl.getJiraEntityLinksForProject
(@NotNull Project bambooProject) Iterable<com.atlassian.applinks.api.EntityLink>
StashApplinksService.getStashEntityLinksForProject
(@NotNull Project bambooProject) Retrieve all JIRA entity links associated with a bamboo project, returning primary link first and the rest in alphabetical order.Iterable<com.atlassian.applinks.api.EntityLink>
StashApplinksServiceImpl.getStashEntityLinksForProject
(@NotNull Project bambooProject) -
Uses of Project in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return ProjectMethods in com.atlassian.bamboo.build with parameters of type Project -
Uses of Project in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type ProjectModifier and TypeMethodDescriptionAgentAssignmentServiceHelper.projectToExecutables
(@NotNull Project project) -
Uses of Project in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains with parameters of type Project -
Uses of Project in com.atlassian.bamboo.configuration.agent
Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type ProjectMethods in com.atlassian.bamboo.configuration.agent with parameters of type ProjectModifier and TypeMethodDescriptionViewAgentPlanMatrixWizard.getSortedTopLevelPlans
(Project project) boolean
ViewAgentPlanMatrixWizard.isApplicable
(BulkActionScope bulkAction, Project project) -
Uses of Project in com.atlassian.bamboo.configuration.external
Methods in com.atlassian.bamboo.configuration.external that return ProjectModifier and TypeMethodDescription@NotNull Project
ProjectImportService.importProject
(@NotNull com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties, @Nullable com.atlassian.user.User user, @NotNull RssPermissions rssPermissions) Validates project properties within Bamboo context and imports the projects into the database.@NotNull Project
ProjectImportService.importProject
(@NotNull com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties, @Nullable com.atlassian.user.User user, @NotNull RssPermissions rssPermissions, boolean noChangesInProperties) Validates project properties within Bamboo context and imports the project into the database.@NotNull Project
ProjectImportServiceImpl.importProject
(@NotNull com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties, @Nullable com.atlassian.user.User user, @NotNull RssPermissions rssPermissions) @NotNull Project
ProjectImportServiceImpl.importProject
(@NotNull com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties, @Nullable com.atlassian.user.User user, @NotNull RssPermissions rssPermissions, boolean noChangesInProperties) -
Uses of Project in com.atlassian.bamboo.credentials
Methods in com.atlassian.bamboo.credentials that return types with arguments of type ProjectMethods in com.atlassian.bamboo.credentials with parameters of type ProjectModifier and TypeMethodDescriptionCredentialsUsageDetector.getCredentialsInProjectPlans
(Long sharedCredentialsId, Project project) CredentialsUsageDetectorImpl.getCredentialsInProjectPlans
(Long sharedCredentialsId, Project project) CredentialsUsageDetector.getCredentialsInProjectRepositories
(Long sharedCredentialsId, Project project) CredentialsUsageDetectorImpl.getCredentialsInProjectRepositories
(Long sharedCredentialsId, Project project) void
CredentialsUsageDetector.validateProjectSharedCredentialsNotUsedInRepositories
(CredentialsData credentials, Project project) void
CredentialsUsageDetectorImpl.validateProjectSharedCredentialsNotUsedInRepositories
(CredentialsData credentials, Project project) -
Uses of Project in com.atlassian.bamboo.deletion
Methods in com.atlassian.bamboo.deletion with parameters of type ProjectModifier and TypeMethodDescriptionvoid
DeletionService.deleteProject
(@NotNull Project project) void
DeletionServiceImpl.deleteProject
(@NotNull Project project) -
Uses of Project in com.atlassian.bamboo.index.quicksearch
Methods in com.atlassian.bamboo.index.quicksearch with parameters of type ProjectModifier and TypeMethodDescriptionstatic QuickSearchDocumentImpl
QuickSearchDocumentFactory.forProject
(Project project) static QuickSearchItemImpl
QuickSearchItemImpl.forProject
(@NotNull Project project) boolean
QuickSearchIndexer.indexProject
(@NotNull Project project) boolean
QuickSearchIndexerImpl.indexProject
(@NotNull Project project) -
Uses of Project in com.atlassian.bamboo.jira.jiraissues
Methods in com.atlassian.bamboo.jira.jiraissues with parameters of type ProjectModifier and TypeMethodDescriptionprotected @NotNull Map<String,
JiraIssueDetails> JiraIssueManagerImpl.createJiraIssueDetails
(@Nullable Project bambooProject, @NotNull Set<String> issueKeys) Create JiraIssueDetails for@Nullable com.atlassian.applinks.api.ApplicationLink
JiraRemoteIssueManager.getJiraApplicationLink
(@NotNull String jiraProjectKey, @Nullable Project project) Retrieves the 'best' application link for a given JIRA project key.com.atlassian.applinks.api.ApplicationLink
JiraRemoteIssueManagerImpl.getJiraApplicationLink
(@NotNull String jiraProjectKey, @Nullable Project project) <T extends InternalLinkedJiraIssue>
@NotNull Iterable<T>JiraIssueManager.getJiraIssueDetails
(@Nullable Project bambooProject, @NotNull Iterable<T> linkedJiraIssues) Get issue details from JIRA via XML Search.@NotNull JiraIssueDetails
JiraIssueManager.getJiraIssueDetails
(@Nullable Project bambooProject, @NotNull String issueKey) Get issue details for a single issue.<T extends InternalLinkedJiraIssue>
@NotNull Iterable<T>JiraIssueManagerImpl.getJiraIssueDetails
(@Nullable Project bambooProject, @NotNull Iterable<T> linkedJiraIssues) @NotNull JiraIssueDetails
JiraIssueManagerImpl.getJiraIssueDetails
(@Nullable Project bambooProject, @NotNull String issueKey) -
Uses of Project in com.atlassian.bamboo.labels
Methods in com.atlassian.bamboo.labels that return ProjectMethods in com.atlassian.bamboo.labels with parameters of type ProjectModifier and TypeMethodDescriptionprotected int
LabelManagerImpl.addLabel
(@NotNull String labelName, String namespace, @Nullable Project project, @Nullable Plan plan, @Nullable ResultsSummary resultsSummary, String userName) @Nullable Labelling
LabelDao.findLabellingByProject
(Label label, Project project) @Nullable Labelling
LabelHibernateDao.findLabellingByProject
(Label label, Project project) LabelDao.findLabels
(Project project) @NotNull List<LabelCount>
LabelDao.findLabels
(String namespace, int maxResults, Project project) LabelHibernateDao.findLabels
(Project project) @NotNull List<LabelCount>
LabelHibernateDao.findLabels
(String namespace, int maxResults, Project project) @NotNull List<LabelCount>
LabelManager.findLabels
(@NotNull String namespace, int maxResults, @Nullable Plan plan, @Nullable Project project) Finds all labels in a given build, with namespace and maxResults.@NotNull List<LabelCount>
LabelManagerImpl.findLabels
(@NotNull String namespace, int maxResults, @Nullable Plan plan, @Nullable Project project) protected int
LabelManagerImpl.removeLabel
(@NotNull String labelName, @NotNull String namespace, @NotNull Project project, @Nullable ImmutablePlan plan, @Nullable ResultsSummary resultsSummary) void
Labelling.setProject
(Project project) void
LabellingImpl.setProject
(Project project) -
Uses of Project in com.atlassian.bamboo.migration.beans
Methods in com.atlassian.bamboo.migration.beans with parameters of type ProjectModifier and TypeMethodDescriptionMapperFactory.newChainBranchMapper
(@NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) MapperFactoryImpl.newChainBranchMapper
(@NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) MapperFactory.newChainMapper
(@NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) MapperFactoryImpl.newChainMapper
(@NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) MapperFactory.newJobMapper
(@NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) MapperFactoryImpl.newJobMapper
(@NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) MapperFactory.newRssProjectPermissionsMapper
(Project project, org.springframework.transaction.support.TransactionOperations transactionOperations) MapperFactoryImpl.newRssProjectPermissionsMapper
(Project project, org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of Project in com.atlassian.bamboo.migration.stream
Fields in com.atlassian.bamboo.migration.stream declared as ProjectModifier and TypeFieldDescriptionprotected final Project
AbstractPlanMapper.project
protected final Project
AbstractResultSummaryMapper.project
Methods in com.atlassian.bamboo.migration.stream that return ProjectModifier and TypeMethodDescriptionprotected @NotNull Project
AbstractProjectMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type ProjectModifier and TypeMethodDescriptionprotected void
AbstractProjectMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull Project project, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
AbstractProjectMapper.importProperties
(@NotNull Project project, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Constructors in com.atlassian.bamboo.migration.stream with parameters of type ProjectModifierConstructorDescriptionAbstractPlanMapper
(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull BambooStAXListImportStrategy listImportStrategy, @NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, @NotNull PlanDao planDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) AbstractResultSummaryMapper
(org.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, VariableContextBaselineDao variableContextBaselineDao, BuildResultWarningSummaryMapper buildResultWarningSummaryMapper, Plan buildable, Project project, Map<Long, Label> labelMap, org.springframework.transaction.support.TransactionOperations transactionOperations) BuildResultSummaryMapper
(org.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, VariableContextBaselineDao variableContextBaselineDao, BuildResultWarningSummaryMapper buildResultWarningSummaryMapper, Plan plan, Project project, Map<Long, Label> labelMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) BuildResultSummaryMapper
(org.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, VariableContextBaselineDao variableContextBaselineDao, BuildResultWarningSummaryMapper warningSummaryMapper, Project project, Map<Long, Label> labelMap, org.springframework.transaction.support.TransactionOperations transactionOperations, ChainResultsSummary chainResult, long stageResultId) LabellingMapper
(org.hibernate.SessionFactory sessionFactory, @Nullable ResultsSummary buildResultSummary, @Nullable Plan plan, @Nullable Project project, @NotNull Map<Long, Label> labelMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of Project in com.atlassian.bamboo.migration.stream.build
Methods in com.atlassian.bamboo.migration.stream.build that return ProjectModifier and TypeMethodDescriptionprotected @NotNull Project
ProjectMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream.build with parameters of type ProjectModifier and TypeMethodDescriptionvoid
ProjectMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<Project> projects, @NotNull Project object, long objectIndex, @NotNull org.hibernate.Session session) protected void
ProjectMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull Project project, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
ProjectChainMapper.importProperties
(@NotNull Project project, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) protected void
ProjectMapper.importProperties
(@NotNull Project project, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Method parameters in com.atlassian.bamboo.migration.stream.build with type arguments of type ProjectModifier and TypeMethodDescriptionvoid
ProjectMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<Project> projects, @NotNull Project object, long objectIndex, @NotNull org.hibernate.Session session) Constructors in com.atlassian.bamboo.migration.stream.build with parameters of type ProjectModifierConstructorDescriptionAbstractChainMapper
(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull PlanDao planDao, ResultsSummaryManager resultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao, BuildResultWarningSummaryDao buildResultWarningSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, VariableContextBaselineDao variableContextBaselineDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) ChainBranchMapper
(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, PlanDao planDao, ResultsSummaryManager resultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao, BuildResultWarningSummaryDao buildResultWarningSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, VariableContextBaselineDao variableContextBaselineDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) ChainMapper
(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, PlanDao planDao, ResultsSummaryManager resultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao, BuildResultWarningSummaryDao buildResultWarningSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, VariableContextBaselineDao variableContextBaselineDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) JobMapper
(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull BuildResultsSummaryDao buildResultsSummaryDao, BuildResultWarningSummaryDao buildResultWarningSummaryDao, @NotNull PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, @NotNull PlanDao planDao, @NotNull VariableContextBaselineDao variableContextBaselineDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull RequirementSetMapper requirementSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) RssProjectPermissionsMapper
(Project project, org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of Project in com.atlassian.bamboo.plan
Fields in com.atlassian.bamboo.plan with type parameters of type ProjectModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<AbstractPlan,
Project> AbstractPlan_.project
Methods in com.atlassian.bamboo.plan that return ProjectMethods in com.atlassian.bamboo.plan that return types with arguments of type ProjectModifier and TypeMethodDescription<T extends Plan>
@NotNull Map<Project,Collection<T>> PlanManager.getProjectPlanMap
(Class<T> planType, boolean includeEmptyProjects) <T extends Plan>
@NotNull Map<Project,Collection<T>> PlanManagerImpl.getProjectPlanMap
(Class<T> planType, boolean includeEmptyProjects) Methods in com.atlassian.bamboo.plan with parameters of type ProjectModifier and TypeMethodDescriptionPlanDao.findAllPlansByProject
(@NotNull Project project, Class<T> planType) PlanHibernateDao.findAllPlansByProject
(@NotNull Project project, Class<T> planType) PlanDao.findPlansByProject
(@NotNull Project project, Class<T> planType) PlanHibernateDao.findPlansByProject
(@NotNull Project project, Class<T> planType) @NotNull Map<Long,
List<EnrichedPlanDto>> PlanDtoManager.getAllJobDtosByStages
(@NotNull Project project, @NotNull List<FlatChainStageDto> flatChainStages) PlanDtoManagerImpl.getAllJobDtosByStages
(@NotNull Project project, List<FlatChainStageDto> flatChainStages) PlanManager.getAllPlansByProject
(Project project, Class<T> planType) PlanManagerImpl.getAllPlansByProject
(Project project, Class<T> planType) @NotNull Iterable<ImmutableTopLevelPlan>
FilteringPlanManager.getEditablePlansByProject
(Project project) <T extends ImmutablePlan>
List<T>FilteringPlanManager.getPlansByProject
(@NotNull Project project, @NotNull Class<T> planType, @NotNull Predicate<? super T> filter) @NotNull List<ImmutableTopLevelPlan>
FilteringPlanManager.getPlansByProject
(Project project) Returns allImmutableTopLevelPlan
's filtered byProject
.<T extends ImmutablePlan>
@NotNull List<T>FilteringPlanManager.getPlansByProject
(Project project, Class<T> planType) @NotNull List<TopLevelPlan>
PlanManager.getPlansByProject
(Project project) Returns allTopLevelPlan
's filtered byProject
Result of this method is filtered by Acegi.PlanManager.getPlansByProject
(Project project, Class<T> planType) @NotNull List<TopLevelPlan>
PlanManagerImpl.getPlansByProject
(Project project) PlanManagerImpl.getPlansByProject
(Project project, Class<T> planType) @NotNull List<ImmutableTopLevelPlan>
FilteringPlanManager.getPlansByProjectWithConsistencyGuarantee
(Project project) Returns allImmutableTopLevelPlan
's filtered byProject
.<T extends ImmutablePlan>
@NotNull List<T>FilteringPlanManager.getPlansByProjectWithConsistencyGuarantee
(Project project, Class<T> planType) <T extends ImmutablePlan>
@NotNull List<T>FilteringPlanManager.getRunnablePlans
(@NotNull Project project, @NotNull Class<T> planType) MovePlanService.movePlansToProject
(Collection<TopLevelPlan> plans, Project project, Map<String, String> planIdMappings, Map<String, String> planKeyMappings, Map<String, String> planNameMappings) Moves a list of plans to a new project.void
AbstractPlan.setProject
(Project project) void
Plan.setProject
(Project project) void
PlanManager.triggerConfigUpdatedEventsForPlansInProject
(@NotNull Project project) Triggers updated events for every plan in a project regardless of permissions.void
PlanManagerImpl.triggerConfigUpdatedEventsForPlansInProject
(@NotNull Project project) void
MovePlanService.validatePlanKeysAndNamesForProject
(com.atlassian.struts.ValidationAware validationAware, Project newProject, Map<String, String> planKeyMappings, Map<String, String> planNameMappings) Validates a list of plan names and keys against a single project.static Predicate<ImmutablePlan>
PlanPredicates.withEqualProjectKey
(Project project) -
Uses of Project in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return ProjectModifier and TypeMethodDescription@NotNull Project
AbstractImmutablePlan.getProject()
@NotNull Project
ImmutablePlan.getProject()
Returns the parentProject
Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type ProjectModifier and TypeMethodDescriptionCachedPlanManager.getAllProjectsWithPlan()
Returns all projects which have at least one plan (plan is in the cache)CachedPlanManagerImpl.getAllProjectsWithPlan()
Methods in com.atlassian.bamboo.plan.cache with parameters of type ProjectModifier and TypeMethodDescription@NotNull Iterable<ImmutableTopLevelPlan>
CachedPlanManagerImpl.getEditablePlansByProject
(Project project) <T extends ImmutablePlan>
List<T>CachedPlanManagerImpl.getPlansByProject
(@NotNull Project project, @NotNull Class<T> planType, @NotNull Predicate<? super T> filter) @NotNull List<ImmutableTopLevelPlan>
CachedPlanManagerImpl.getPlansByProject
(Project project) <T extends ImmutablePlan>
@NotNull List<T>CachedPlanManagerImpl.getPlansByProject
(Project project, Class<T> planType) @NotNull List<ImmutableChain>
CachedPlanManager.getPlansByProjectUnrestricted
(Project project) Returns allImmutableChain
's filtered byProject
ignoring permissions.@NotNull List<ImmutableChain>
CachedPlanManagerImpl.getPlansByProjectUnrestricted
(Project project) @NotNull List<ImmutableChain>
CachedPlanManager.getPlansByProjectUnrestrictedWithConsistencyGuarantee
(Project project) Returns allImmutableChain
's filtered byProject
ignoring permissions.@NotNull List<ImmutableChain>
CachedPlanManagerImpl.getPlansByProjectUnrestrictedWithConsistencyGuarantee
(Project project) @NotNull List<ImmutableTopLevelPlan>
CachedPlanManagerImpl.getPlansByProjectWithConsistencyGuarantee
(Project project) <T extends ImmutablePlan>
@NotNull List<T>CachedPlanManagerImpl.getPlansByProjectWithConsistencyGuarantee
(Project project, Class<T> planType) <T extends ImmutablePlan>
@NotNull List<T>CachedPlanManagerImpl.getRunnablePlans
(@NotNull Project project, @NotNull Class<T> planType) -
Uses of Project in com.atlassian.bamboo.plan.dto
Methods in com.atlassian.bamboo.plan.dto that return ProjectConstructors in com.atlassian.bamboo.plan.dto with parameters of type ProjectModifierConstructorDescriptionEnrichedPlanDtoImpl
(@NotNull PlanDto basePlanDto, @NotNull Project project, @NotNull List<String> labelNames, @Nullable BranchCommitInformation branchCommitInformation, @Nullable ChainBranchMetadataDto chainBranchMetadataDto, @Nullable VcsBambooSpecsSource vcsBambooSpecsSource, @NotNull Collection<PlanRepositoryLinkDto> planRepositoryLinkDtos) -
Uses of Project in com.atlassian.bamboo.plan.move
Methods in com.atlassian.bamboo.plan.move with parameters of type ProjectModifier and TypeMethodDescriptionMovePlanServiceImpl.movePlansToProject
(Collection<TopLevelPlan> plans, Project newProject, Map<String, String> planIdMappings, Map<String, String> planKeyMappings, Map<String, String> planNameMappings) void
MovePlanServiceImpl.validatePlanKeysAndNamesForProject
(com.atlassian.struts.ValidationAware validationAware, Project project, Map<String, String> planKeyMappings, Map<String, String> planNameMappings) void
MovePlanValidationService.validatePlanKeysAndNamesForProject
(com.atlassian.struts.ValidationAware validationAware, Project project, Map<String, String> planKeyMappings, Map<String, String> planNameMappings) void
MovePlanValidationServiceImpl.validatePlanKeysAndNamesForProject
(com.atlassian.struts.ValidationAware validationAware, Project project, Map<String, String> planKeyMappings, Map<String, String> planNameMappings) -
Uses of Project in com.atlassian.bamboo.plugins.jira.rest.model.build
Constructors in com.atlassian.bamboo.plugins.jira.rest.model.build with parameters of type ProjectModifierConstructorDescriptionProjectSummary
(@NotNull Project project, @NotNull com.google.common.collect.ImmutableList<PlanSummary> plans, @NotNull String baseUrl) -
Uses of Project in com.atlassian.bamboo.plugins.rest.model.build.issue
Methods in com.atlassian.bamboo.plugins.rest.model.build.issue with parameters of type ProjectModifier and TypeMethodDescriptionstatic com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestJiraIssue>
RestJiraIssueListWrapperCallBacks.ofList
(List<LinkedJiraIssue> items, int maxResults, Project project, JiraIssueManager jiraIssueManager, javax.ws.rs.core.UriInfo uriInfo) This ListWrapperCallback will read details of JIRA issues on demand -
Uses of Project in com.atlassian.bamboo.plugins.rest.model.plan
Methods in com.atlassian.bamboo.plugins.rest.model.plan with parameters of type Project -
Uses of Project in com.atlassian.bamboo.plugins.rest.model.project
Methods in com.atlassian.bamboo.plugins.rest.model.project that return ProjectConstructors in com.atlassian.bamboo.plugins.rest.model.project with parameters of type ProjectModifierConstructorDescriptionRestProject
(Project project, javax.ws.rs.core.UriInfo uriInfo) RestProject
(Project project, javax.ws.rs.core.UriInfo uriInfo, com.atlassian.user.User user, PlanRestService planRestService) -
Uses of Project in com.atlassian.bamboo.plugins.rest.model.search
Methods in com.atlassian.bamboo.plugins.rest.model.search with parameters of type ProjectModifier and TypeMethodDescriptionRestDedicatedAgentBuilder.withProject
(@NotNull Project project) Constructors in com.atlassian.bamboo.plugins.rest.model.search with parameters of type ProjectModifierConstructorDescriptionAgentAssignmentSearchResult
(@NotNull Project project) AgentAssignmentSearchResult
(AgentAssignment.ExecutorType executorType, long executorId, @NotNull Project project) ProjectSearchResult
(@NotNull Project project) -
Uses of Project in com.atlassian.bamboo.plugins.rest.service
Methods in com.atlassian.bamboo.plugins.rest.service that return ProjectModifier and TypeMethodDescriptionProjectsRestService.getBuildProjectByKey
(String projectKey) ProjectsRestServiceImpl.getBuildProjectByKey
(String projectKey) Methods in com.atlassian.bamboo.plugins.rest.service that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjectsRestService.getBuildProjects
(@NotNull javax.ws.rs.core.UriInfo uriInfo) Get a list of build projects.ProjectsRestServiceImpl.getBuildProjects
(@NotNull javax.ws.rs.core.UriInfo uriInfo) Methods in com.atlassian.bamboo.plugins.rest.service with parameters of type ProjectModifier and TypeMethodDescriptionPlanRestService.getPlansByProject
(@NotNull Project project, @NotNull javax.ws.rs.core.UriInfo uriInfo) Get a list of plans that belong to a project.PlanRestService.getPlansByProject
(@NotNull Project project, @NotNull javax.ws.rs.core.UriInfo uriInfo, @NotNull RestAuthenticationContext restAuthenticationContext) Get a list of plans that belong to a project.PlanRestServiceImpl.getPlansByProject
(@NotNull Project project, @NotNull javax.ws.rs.core.UriInfo uriInfo) PlanRestServiceImpl.getPlansByProject
(@NotNull Project project, @NotNull javax.ws.rs.core.UriInfo uriInfo, @NotNull RestAuthenticationContext restAuthenticationContext) PlanRestService.getRunnablePlans
(@NotNull Project project, @NotNull javax.ws.rs.core.UriInfo uriInfo) Get a list of plans that can be run currently logged in user.PlanRestServiceImpl.getRunnablePlans
(@NotNull Project project, @NotNull javax.ws.rs.core.UriInfo uriInfo) -
Uses of Project in com.atlassian.bamboo.project
Classes in com.atlassian.bamboo.project that implement ProjectFields in com.atlassian.bamboo.project with type parameters of type ProjectMethods in com.atlassian.bamboo.project that return ProjectModifier and TypeMethodDescriptionDefaultProjectManager.createAndSaveProject
(@NotNull String key, @NotNull String name, @Nullable String description, boolean grantAllUsersAccess) ProjectManager.createAndSaveProject
(@NotNull String key, @NotNull String name, @Nullable String description, boolean grantAllUsersAccess) Create new project and store it.@NotNull Project
DefaultProjectManager.createProject
(@NotNull String key, @NotNull String name, @NotNull String description) default @NotNull Project
ProjectConfigurationService.createProject
(@NotNull String projectKey, @NotNull String projectName, @Nullable String projectDescription) Deprecated.since 6.9.0.@NotNull Project
ProjectConfigurationService.createProject
(@NotNull String projectKey, @NotNull String projectName, @Nullable String projectDescription, boolean grantAllUsersReadAccess) Creates and persists a newProject
, throwing an exception on invalid data.@NotNull Project
ProjectConfigurationServiceImpl.createProject
(@NotNull String projectKey, @NotNull String projectName, @Nullable String projectDescription, boolean grantAllUsersReadAccess) default @NotNull Project
ProjectManager.createProject
(@NotNull String key, @NotNull String name) Creates a new Project Note that this method will not save the project@NotNull Project
ProjectManager.createProject
(@NotNull String key, @NotNull String name, @NotNull String description) Creates a new Project@Nullable Project
ProjectDao.findById
(long id) @Nullable Project
ProjectHibernateDao.findById
(long id) @Nullable Project
DefaultProjectManager.getProjectById
(long id) @Nullable Project
ProjectManager.getProjectById
(long id) Returns the project given the id.DefaultProjectManager.getProjectByKey
(@NotNull String key) ProjectDao.getProjectByKey
(@NotNull String key) ProjectHibernateDao.getProjectByKey
(@NotNull String key) @Nullable Project
ProjectManager.getProjectByKey
(@NotNull String key) Returns the project given a project key.DefaultProjectManager.getProjectByName
(@NotNull String projectName) ProjectDao.getProjectByName
(@NotNull String projectName) ProjectHibernateDao.getProjectByName
(@NotNull String projectName) ProjectManager.getProjectByName
(@NotNull String projectName) Returns project by name.@Nullable Project
DefaultProjectManager.getProjectByOid
(@NotNull BambooEntityOid oid) @Nullable Project
ProjectManager.getProjectByOid
(@NotNull BambooEntityOid oid) Returns project by oid.static Project
ProjectTestHelper.mockProject
(@NotNull String key) Methods in com.atlassian.bamboo.project that return types with arguments of type ProjectModifier and TypeMethodDescription@NotNull Collection<? extends Project>
ProjectDao.findAll()
@NotNull Collection<? extends Project>
ProjectDao.findAll
(int firstResult, int maxResults) @NotNull Collection<? extends Project>
ProjectHibernateDao.findAll()
@NotNull Collection<? extends Project>
ProjectHibernateDao.findAll
(int firstResult, int maxResults) DefaultProjectManager.getAllProjects()
ProjectManager.getAllProjects()
Returns a collection ofProject
objects@NotNull Collection<Project>
ProjectStatusHelperImpl.getAllProjects()
@NotNull Collection<Project>
DefaultProjectManager.getAllProjectsMarkedForDeletion()
ProjectDao.getAllProjectsMarkedForDeletion()
ProjectHibernateDao.getAllProjectsMarkedForDeletion()
@NotNull Collection<Project>
ProjectManager.getAllProjectsMarkedForDeletion()
DefaultProjectManager.getEmptyProjects()
ProjectDao.getEmptyProjects()
ProjectHibernateDao.getEmptyProjects()
ProjectManager.getEmptyProjects()
Returns empty projects.DefaultProjectManager.getNonEmptyProjects()
ProjectDao.getNonEmptyProjects()
ProjectHibernateDao.getNonEmptyProjects()
ProjectManager.getNonEmptyProjects()
Returns non empty projects.DefaultProjectManager.getProjects()
ProjectManager.getProjects()
Returns a collection ofProject
objectsDefaultProjectManager.getSortedProjects()
ProjectManager.getSortedProjects()
Returns a sorted by name list of projects.ProjectStatusHelper.getUniqueProjects
(Collection<? extends TopLevelPlan> plans) ProjectStatusHelperImpl.getUniqueProjects
(Collection<? extends TopLevelPlan> plans) static com.google.common.base.Predicate<Project>
ProjectPredicates.isEmpty
(@NotNull CachedPlanManager cachedPlanManager) Returns predicate that filters project containing no plans.static com.google.common.base.Predicate<Project>
ProjectPredicates.isNotEmpty
(@NotNull CachedPlanManager cachedPlanManager) Returns predicate that filters project containing at least one plan.ProjectPredicates.withPlansThat
(@NotNull CachedPlanManager cachedPlanManager, Predicate<? super ImmutableChain> planFilter) Returns predicate that filters project containing plans that match given plan predicate.Methods in com.atlassian.bamboo.project with parameters of type ProjectModifier and TypeMethodDescriptionvoid
void
void
DefaultProjectManager.deleteProject
(@NotNull Project project) void
ProjectManager.deleteProject
(@NotNull Project project) Removes the project from the systemstatic ProjectIdentifier
ProjectIdentifierImpl.forProject
(@NotNull Project project) void
ProjectConfigurationService.markProjectForDeletion
(@NotNull Project project) Marks a project for deletion.void
ProjectConfigurationServiceImpl.markProjectForDeletion
(@NotNull Project project) void
DefaultProjectManager.saveProject
(@NotNull Project project) void
ProjectManager.saveProject
(@NotNull Project project) Saves the project.void
ProjectConfigurationService.updateProject
(@NotNull Project project, @NotNull String projectName, @Nullable String projectDescription) Updates and persists changes for an existingProject
, throwing exception on invalid data.void
ProjectConfigurationServiceImpl.updateProject
(@NotNull Project project, @NotNull String projectName, @Nullable String projectDescription) -
Uses of Project in com.atlassian.bamboo.rest.model.project
Constructors in com.atlassian.bamboo.rest.model.project with parameters of type Project -
Uses of Project in com.atlassian.bamboo.security
Methods in com.atlassian.bamboo.security with parameters of type ProjectModifier and TypeMethodDescriptionboolean
BambooPermissionManager.canCreatePlanInProject
(@NotNull Project project) Checks if currently logged in user can create plans in aproject
.boolean
BambooPermissionManagerImpl.canCreatePlanInProject
(@NotNull Project project) boolean
BambooPermissionManager.hasProjectPermission
(@NotNull org.acegisecurity.acls.Permission permission, @NotNull Project project) Checks if currently logged in user has apermission
for aproject
.boolean
BambooPermissionManagerImpl.hasProjectPermission
(@NotNull org.acegisecurity.acls.Permission permission, @NotNull Project project) -
Uses of Project in com.atlassian.bamboo.specs
Methods in com.atlassian.bamboo.specs that return ProjectModifier and TypeMethodDescription@NotNull Project
RssProjectPermission.getProject()
@NotNull Project
RssProjectPermissionImpl.getProject()
Methods in com.atlassian.bamboo.specs with parameters of type ProjectConstructors in com.atlassian.bamboo.specs with parameters of type ProjectModifierConstructorDescriptionRssProjectPermissionImpl
(@NotNull Project project, @NotNull RepositoryDataEntity repository) -
Uses of Project in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils that return types with arguments of type ProjectModifier and TypeMethodDescriptionstatic @NotNull com.google.common.base.Predicate<Project>
BambooPredicates.projectIsNotEmpty
(@NotNull CachedPlanManager cachedPlanManager) Return predicate for filtering not empty projects (those which contain at least 1 plan) -
Uses of Project in com.atlassian.bamboo.webwork
Methods in com.atlassian.bamboo.webwork that return types with arguments of type Project -
Uses of Project in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 with parameters of type ProjectModifier and TypeMethodDescriptionboolean
FreemarkerContext.canCreatePlanInProject
(@NotNull Project project) boolean
FreemarkerContext.hasProjectAdminPermission
(@NotNull Project project) -
Uses of Project in com.atlassian.bamboo.ww2.actions
Methods in com.atlassian.bamboo.ww2.actions that return Project -
Uses of Project in com.atlassian.bamboo.ww2.actions.admin
Methods in com.atlassian.bamboo.ww2.actions.admin that return types with arguments of type Project -
Uses of Project in com.atlassian.bamboo.ww2.actions.admin.bulk
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk that return types with arguments of type ProjectMethods in com.atlassian.bamboo.ww2.actions.admin.bulk with parameters of type ProjectModifier and TypeMethodDescriptionList<? extends ImmutablePlan>
BulkPlanAction.getSortedPlans
(Project project) BulkPlanAction.getSortedTopLevelPlans
(Project project) boolean
BulkPlanAction.isApplicable
(BulkAction bulkAction, Project project) -
Uses of Project in com.atlassian.bamboo.ww2.actions.agent
Constructors in com.atlassian.bamboo.ww2.actions.agent with parameters of type ProjectModifierConstructorDescriptionAgentAssignmentExecutableDetails
(@NotNull Chain chain, @Nullable Project project) AgentAssignmentExecutableDetails
(@NotNull Project project) -
Uses of Project in com.atlassian.bamboo.ww2.actions.build.admin
Methods in com.atlassian.bamboo.ww2.actions.build.admin that return ProjectMethods in com.atlassian.bamboo.ww2.actions.build.admin that return types with arguments of type ProjectModifier and TypeMethodDescriptionBulkEditBuildPermissions.getProjectBuilds()
BulkEditBuildPermissions.getProjects()
DeleteBuilds.getProjectsToConfirm()
BulkEditBuildPermissions.getSortedProjects()
DeleteBuilds.getSortedProjects()
MoveBuilds.getSortedProjects()
Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type ProjectModifier and TypeMethodDescriptionBulkEditBuildPermissions.getSortedPlans
(Project project) DeleteBuilds.getSortedPlans
(Project project) BulkEditBuildPermissions.getSortedTopLevelPlans
(Project project) DeleteBuilds.getSortedTopLevelPlans
(Project project) MoveBuilds.getSortedTopLevelPlans
(Project project) boolean
BulkEditBuildPermissions.isApplicable
(BulkActionScope bulkAction, Project project) boolean
DeleteBuilds.isApplicable
(BulkActionScope bulkAction, Project project) boolean
MoveBuilds.isApplicable
(BulkActionScope bulkAction, Project project) -
Uses of Project in com.atlassian.bamboo.ww2.actions.build.admin.create
Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return types with arguments of type ProjectModifier and TypeMethodDescription@NotNull Collection<Project>
UIConfigSupport.getExistingProjects()
@NotNull Collection<Project>
UIConfigSupportImpl.getExistingProjects()
@NotNull Collection<Project>
UIConfigSupport.getExistingProjectsForPlanCreation()
@NotNull Collection<Project>
UIConfigSupportImpl.getExistingProjectsForPlanCreation()
-
Uses of Project in com.atlassian.bamboo.ww2.actions.labels
Methods in com.atlassian.bamboo.ww2.actions.labels that return ProjectMethods in com.atlassian.bamboo.ww2.actions.labels with parameters of type Project -
Uses of Project in com.atlassian.bamboo.ww2.actions.project
Methods in com.atlassian.bamboo.ww2.actions.project that return ProjectModifier and TypeMethodDescriptionProjectActionSupport.getProject()
@Nullable Project
ViewProjectPlans.getProject()
@Nullable Project
ViewProjectRepositories.getProject()
ProjectActionSupport.getSecuredDomainObject()
Methods in com.atlassian.bamboo.ww2.actions.project with parameters of type Project -
Uses of Project in com.atlassian.bamboo.ww2.actions.project.repository
Methods in com.atlassian.bamboo.ww2.actions.project.repository that return ProjectModifier and TypeMethodDescriptionAbstractProjectRepositoryAction.getProject()
CreateProjectRepository.getSecuredDomainObject()
Methods in com.atlassian.bamboo.ww2.actions.project.repository with parameters of type ProjectModifier and TypeMethodDescriptionvoid
AbstractProjectRepositoryAction.setProject
(Project project) -
Uses of Project in com.atlassian.bamboo.ww2.aware
Methods in com.atlassian.bamboo.ww2.aware that return Project -
Uses of Project in com.atlassian.bamboo.ww2.aware.permissions
Methods in com.atlassian.bamboo.ww2.aware.permissions that return Project