Uses of Interface
com.atlassian.bamboo.project.Project
Package
Description
-
Uses of Project in com.atlassian.bamboo.applinks
Modifier 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
-
Uses of Project in com.atlassian.bamboo.buildqueue.manager
Modifier and TypeMethodDescriptionAgentAssignmentServiceHelper.projectToExecutables
(@NotNull Project project) -
Uses of Project in com.atlassian.bamboo.chains
-
Uses of Project in com.atlassian.bamboo.configuration.agent
Modifier and TypeMethodDescriptionViewAgentPlanMatrixWizard.getSortedTopLevelPlans
(Project project) boolean
ViewAgentPlanMatrixWizard.isApplicable
(BulkActionScope bulkAction, Project project) -
Uses of Project in com.atlassian.bamboo.configuration.external
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
DeletionService.deleteProject
(@NotNull Project project) void
DeletionServiceImpl.deleteProject
(@NotNull Project project) -
Uses of Project in com.atlassian.bamboo.index.quicksearch
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionprotected final Project
AbstractPlanMapper.project
protected final Project
AbstractResultSummaryMapper.project
Modifier and TypeMethodDescriptionprotected @NotNull Project
AbstractProjectMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier 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) ModifierConstructorDescriptionAbstractPlanMapper
(@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
Modifier and TypeMethodDescriptionprotected @NotNull Project
ProjectMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier 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) Modifier 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) ModifierConstructorDescriptionAbstractChainMapper
(@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
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<AbstractPlan,
Project> AbstractPlan_.project
Modifier 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) Modifier 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) 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
Modifier and TypeMethodDescription@NotNull Project
AbstractImmutablePlan.getProject()
@NotNull Project
ImmutablePlan.getProject()
Returns the parentProject
Modifier and TypeMethodDescriptionCachedPlanManager.getAllProjectsWithPlan()
Returns all projects which have at least one plan (plan is in the cache)CachedPlanManagerImpl.getAllProjectsWithPlan()
Modifier 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
ModifierConstructorDescriptionEnrichedPlanDtoImpl
(@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
Modifier 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
ModifierConstructorDescriptionProjectSummary
(@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
Modifier 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
-
Uses of Project in com.atlassian.bamboo.plugins.rest.model.project
ModifierConstructorDescriptionRestProject
(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
Modifier and TypeMethodDescriptionRestDedicatedAgentBuilder.withProject
(@NotNull Project project) ModifierConstructorDescriptionAgentAssignmentSearchResult
(@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
Modifier and TypeMethodDescriptionProjectsRestService.getBuildProjectByKey
(String projectKey) ProjectsRestServiceImpl.getBuildProjectByKey
(String projectKey) Modifier 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) Modifier 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
Modifier 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) Modifier 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.Modifier 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
-
Uses of Project in com.atlassian.bamboo.security
Modifier 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.hasProjectEditPermission
(@Nullable Project project) Deprecated.since 6.2 project EDIT (BambooPermission.WRITE
) permission replaced with ADMIN (BambooPermission.ADMINISTRATION
).boolean
BambooPermissionManagerImpl.hasProjectEditPermission
(@Nullable 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
Modifier and TypeMethodDescription@NotNull Project
RssProjectPermission.getProject()
@NotNull Project
RssProjectPermissionImpl.getProject()
ModifierConstructorDescriptionRssProjectPermissionImpl
(@NotNull Project project, @NotNull RepositoryDataEntity repository) -
Uses of Project in com.atlassian.bamboo.utils
Modifier 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
-
Uses of Project in com.atlassian.bamboo.ww2
Modifier and TypeMethodDescriptionboolean
FreemarkerContext.canCreatePlanInProject
(@NotNull Project project) boolean
FreemarkerContext.hasProjectAdminPermission
(@NotNull Project project) -
Uses of Project in com.atlassian.bamboo.ww2.actions
-
Uses of Project in com.atlassian.bamboo.ww2.actions.admin
-
Uses of Project in com.atlassian.bamboo.ww2.actions.admin.bulk
Modifier 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
ModifierConstructorDescriptionAgentAssignmentExecutableDetails
(@NotNull Chain chain, @Nullable Project project) AgentAssignmentExecutableDetails
(@NotNull Project project) -
Uses of Project in com.atlassian.bamboo.ww2.actions.build.admin
Modifier and TypeMethodDescriptionBulkEditBuildPermissions.getProjectBuilds()
BulkEditBuildPermissions.getProjects()
DeleteBuilds.getProjectsToConfirm()
BulkEditBuildPermissions.getSortedProjects()
DeleteBuilds.getSortedProjects()
MoveBuilds.getSortedProjects()
Modifier 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
Modifier 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
-
Uses of Project in com.atlassian.bamboo.ww2.actions.project
Modifier and TypeMethodDescriptionProjectActionSupport.getProject()
@Nullable Project
ViewProjectPlans.getProject()
@Nullable Project
ViewProjectRepositories.getProject()
ProjectActionSupport.getSecuredDomainObject()
-
Uses of Project in com.atlassian.bamboo.ww2.actions.project.repository
Modifier and TypeMethodDescriptionAbstractProjectRepositoryAction.getProject()
CreateProjectRepository.getSecuredDomainObject()
Modifier and TypeMethodDescriptionvoid
AbstractProjectRepositoryAction.setProject
(Project project) -
Uses of Project in com.atlassian.bamboo.ww2.aware
-
Uses of Project in com.atlassian.bamboo.ww2.aware.permissions