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) booleanViewAgentPlanMatrixWizard.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 ProjectProjectImportService.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 ProjectProjectImportService.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 ProjectProjectImportServiceImpl.importProject(@NotNull com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties, @Nullable com.atlassian.user.User user, @NotNull RssPermissions rssPermissions) @NotNull ProjectProjectImportServiceImpl.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) voidCredentialsUsageDetector.validateProjectSharedCredentialsNotUsedInRepositories(CredentialsData credentials, Project project) voidCredentialsUsageDetectorImpl.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 TypeMethodDescriptionvoidDeletionService.deleteProject(@NotNull Project project) voidDeletionServiceImpl.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 QuickSearchDocumentImplQuickSearchDocumentFactory.forProject(Project project) static QuickSearchItemImplQuickSearchItemImpl.forProject(@NotNull Project project) booleanQuickSearchIndexer.indexProject(@NotNull Project project) booleanQuickSearchIndexerImpl.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.ApplicationLinkJiraRemoteIssueManager.getJiraApplicationLink(@NotNull String jiraProjectKey, @Nullable Project project) Retrieves the 'best' application link for a given JIRA project key.com.atlassian.applinks.api.ApplicationLinkJiraRemoteIssueManagerImpl.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 JiraIssueDetailsJiraIssueManager.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 JiraIssueDetailsJiraIssueManagerImpl.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 intLabelManagerImpl.addLabel(@NotNull String labelName, String namespace, @Nullable Project project, @Nullable Plan plan, @Nullable ResultsSummary resultsSummary, String userName) @Nullable LabellingLabelDao.findLabellingByProject(Label label, Project project) @Nullable LabellingLabelHibernateDao.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 intLabelManagerImpl.removeLabel(@NotNull String labelName, @NotNull String namespace, @NotNull Project project, @Nullable ImmutablePlan plan, @Nullable ResultsSummary resultsSummary) voidLabelling.setProject(Project project) voidLabellingImpl.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 ProjectAbstractPlanMapper.projectprotected final ProjectAbstractResultSummaryMapper.projectMethods in com.atlassian.bamboo.migration.stream that return ProjectModifier and TypeMethodDescriptionprotected @NotNull ProjectAbstractProjectMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type ProjectModifier and TypeMethodDescriptionprotected voidAbstractProjectMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull Project project, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidAbstractProjectMapper.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 ProjectProjectMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream.build with parameters of type ProjectModifier and TypeMethodDescriptionvoidProjectMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<Project> projects, @NotNull Project object, long objectIndex, @NotNull org.hibernate.Session session) protected voidProjectMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull Project project, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidProjectChainMapper.importProperties(@NotNull Project project, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) protected voidProjectMapper.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 TypeMethodDescriptionvoidProjectMapper.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_.projectMethods 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 byProjectResult 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.voidAbstractPlan.setProject(Project project) voidPlan.setProject(Project project) voidPlanManager.triggerConfigUpdatedEventsForPlansInProject(@NotNull Project project) Triggers updated events for every plan in a project regardless of permissions.voidPlanManagerImpl.triggerConfigUpdatedEventsForPlansInProject(@NotNull Project project) voidMovePlanService.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 ProjectAbstractImmutablePlan.getProject()@NotNull ProjectImmutablePlan.getProject()Returns the parentProjectMethods 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 byProjectignoring permissions.@NotNull List<ImmutableChain>CachedPlanManagerImpl.getPlansByProjectUnrestricted(Project project) @NotNull List<ImmutableChain>CachedPlanManager.getPlansByProjectUnrestrictedWithConsistencyGuarantee(Project project) Returns allImmutableChain's filtered byProjectignoring 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) voidMovePlanServiceImpl.validatePlanKeysAndNamesForProject(com.atlassian.struts.ValidationAware validationAware, Project project, Map<String, String> planKeyMappings, Map<String, String> planNameMappings) voidMovePlanValidationService.validatePlanKeysAndNamesForProject(com.atlassian.struts.ValidationAware validationAware, Project project, Map<String, String> planKeyMappings, Map<String, String> planNameMappings) voidMovePlanValidationServiceImpl.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 ProjectDefaultProjectManager.createProject(@NotNull String key, @NotNull String name, @NotNull String description) default @NotNull ProjectProjectConfigurationService.createProject(@NotNull String projectKey, @NotNull String projectName, @Nullable String projectDescription) Deprecated.since 6.9.0.@NotNull ProjectProjectConfigurationService.createProject(@NotNull String projectKey, @NotNull String projectName, @Nullable String projectDescription, boolean grantAllUsersReadAccess) Creates and persists a newProject, throwing an exception on invalid data.@NotNull ProjectProjectConfigurationServiceImpl.createProject(@NotNull String projectKey, @NotNull String projectName, @Nullable String projectDescription, boolean grantAllUsersReadAccess) default @NotNull ProjectProjectManager.createProject(@NotNull String key, @NotNull String name) Creates a new Project Note that this method will not save the project@NotNull ProjectProjectManager.createProject(@NotNull String key, @NotNull String name, @NotNull String description) Creates a new Project@Nullable ProjectProjectDao.findById(long id) @Nullable ProjectProjectHibernateDao.findById(long id) @Nullable ProjectDefaultProjectManager.getProjectById(long id) @Nullable ProjectProjectManager.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 ProjectProjectManager.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 ProjectDefaultProjectManager.getProjectByOid(@NotNull BambooEntityOid oid) @Nullable ProjectProjectManager.getProjectByOid(@NotNull BambooEntityOid oid) Returns project by oid.static ProjectProjectTestHelper.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 ofProjectobjects@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 ofProjectobjectsDefaultProjectManager.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 TypeMethodDescriptionvoidvoidvoidDefaultProjectManager.deleteProject(@NotNull Project project) voidProjectManager.deleteProject(@NotNull Project project) Removes the project from the systemstatic ProjectIdentifierProjectIdentifierImpl.forProject(@NotNull Project project) voidProjectConfigurationService.markProjectForDeletion(@NotNull Project project) Marks a project for deletion.voidProjectConfigurationServiceImpl.markProjectForDeletion(@NotNull Project project) voidDefaultProjectManager.saveProject(@NotNull Project project) voidProjectManager.saveProject(@NotNull Project project) Saves the project.voidProjectConfigurationService.updateProject(@NotNull Project project, @NotNull String projectName, @Nullable String projectDescription) Updates and persists changes for an existingProject, throwing exception on invalid data.voidProjectConfigurationServiceImpl.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 TypeMethodDescriptionbooleanBambooPermissionManager.canCreatePlanInProject(@NotNull Project project) Checks if currently logged in user can create plans in aproject.booleanBambooPermissionManagerImpl.canCreatePlanInProject(@NotNull Project project) booleanBambooPermissionManager.hasProjectPermission(@NotNull org.acegisecurity.acls.Permission permission, @NotNull Project project) Checks if currently logged in user has apermissionfor aproject.booleanBambooPermissionManagerImpl.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 ProjectRssProjectPermission.getProject()@NotNull ProjectRssProjectPermissionImpl.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 TypeMethodDescriptionbooleanFreemarkerContext.canCreatePlanInProject(@NotNull Project project) booleanFreemarkerContext.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) booleanBulkPlanAction.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) booleanBulkEditBuildPermissions.isApplicable(BulkActionScope bulkAction, Project project) booleanDeleteBuilds.isApplicable(BulkActionScope bulkAction, Project project) booleanMoveBuilds.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 ProjectViewProjectPlans.getProject()@Nullable ProjectViewProjectRepositories.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 TypeMethodDescriptionvoidAbstractProjectRepositoryAction.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