Uses of Interface
com.atlassian.bamboo.deployments.projects.DeploymentProject
Packages that use DeploymentProject
Package
Description
-
Uses of DeploymentProject in com.atlassian.bamboo.configuration.external
Methods in com.atlassian.bamboo.configuration.external that return DeploymentProjectModifier and TypeMethodDescription@NotNull DeploymentProject
DeploymentImportService.importDeployment
(@NotNull com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties deploymentProperties, @Nullable com.atlassian.user.User userForCreation, @NotNull RssPermissions rssPermissions, boolean noChangesInProperties) Validates exported deployment properties within Bamboo context (e.g.@NotNull DeploymentProject
DeploymentImportServiceImpl.importDeployment
(@NotNull com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties deploymentProperties, @Nullable com.atlassian.user.User user, @NotNull RssPermissions rssPermissions, boolean noChangesInProperties) Methods in com.atlassian.bamboo.configuration.external with parameters of type DeploymentProjectModifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.builders.permission.DeploymentPermissions
DeploymentExportService.exportDeploymentPermissions
(@NotNull DeploymentProject deploymentProject) @NotNull com.atlassian.bamboo.specs.api.builders.permission.DeploymentPermissions
DeploymentExportServiceImpl.exportDeploymentPermissions
(@NotNull DeploymentProject deploymentProject) com.atlassian.bamboo.specs.api.builders.deployment.Deployment
DeploymentExportService.exportDeploymentToSpecs
(@NotNull DeploymentProject deploymentProject) Export single deployment project to spec entity.com.atlassian.bamboo.specs.api.builders.deployment.Deployment
DeploymentExportServiceImpl.exportDeploymentToSpecs
(@NotNull DeploymentProject deploymentProject) @NotNull com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissions
DeploymentExportService.exportEnvironmentPermissions
(@NotNull DeploymentProject deploymentProject, @NotNull Environment environment) @NotNull com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissions
DeploymentExportServiceImpl.exportEnvironmentPermissions
(@NotNull DeploymentProject deploymentProject, @NotNull Environment environment) @NotNull Path
DeploymentExportService.exportSingleDeployment
(@NotNull DeploymentProject deploymentProject) Export single deployment project to default location in Bamboo home dirDeploymentExportServiceImpl.exportSingleDeployment
(@NotNull DeploymentProject project) -
Uses of DeploymentProject in com.atlassian.bamboo.configuration.external.exporters
Methods in com.atlassian.bamboo.configuration.external.exporters with parameters of type DeploymentProjectModifier and TypeMethodDescriptionPermissionExporter.exportPermissions
(@NotNull DeploymentProject deploymentProject) Exports deployment project permissions to a YAML-friendly format.PermissionExporterImpl.exportPermissions
(@NotNull DeploymentProject deploymentProject) SpecsExporter.getCodeFromDeploymentProject
(DeploymentProject deploymentProject, SpecsExporter.ExportFormat format, String packageName, String className) Convert a deployment plan to a Java Bamboo SpecSpecsExporterImpl.getCodeFromDeploymentProject
(DeploymentProject deploymentProject, SpecsExporter.ExportFormat format, String packageName, String className) -
Uses of DeploymentProject in com.atlassian.bamboo.configuration.repository
Methods in com.atlassian.bamboo.configuration.repository that return types with arguments of type DeploymentProjectModifier and TypeMethodDescriptionEditLinkedRepository.getBambooSpecsPermittedDeploymentProjects()
@NotNull List<DeploymentProject>
EditRepository.getBambooSpecsPermittedDeploymentProjects
(@NotNull PartialVcsRepositoryData vcsRepositoryData, @NotNull DeploymentProjectService deploymentProjectService) Returns a list of deployment projects which can be modified by Bamboo Specs stored in this repository.@NotNull List<DeploymentProject>
EditRepositoryImpl.getBambooSpecsPermittedDeploymentProjects
(@NotNull PartialVcsRepositoryData vcsRepositoryData, @NotNull DeploymentProjectService deploymentProjectService) -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.configuration.actions
Methods in com.atlassian.bamboo.deployments.configuration.actions that return DeploymentProjectModifier and TypeMethodDescriptionConfigureEnvironmentMiscellaneousSettings.getDeploymentProject()
-
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments
Methods in com.atlassian.bamboo.deployments.environments that return DeploymentProjectModifier and TypeMethodDescriptionDecoratedEnvironment.getDeploymentProject()
DecoratedEnvironmentImpl.getDeploymentProject()
Constructors in com.atlassian.bamboo.deployments.environments with parameters of type DeploymentProjectModifierConstructorDescriptionDecoratedEnvironmentImpl
(DeploymentProject deploymentProject, Environment environment) -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions that return DeploymentProjectModifier and TypeMethodDescriptionCloneEnvironment.getDeploymentProject()
ConfigureEnvironment.getDeploymentProject()
ConfigureEnvironmentNotifications.getDeploymentProject()
ConfigureEnvironmentPermissions.getDeploymentProject()
ConfigureEnvironmentTasks.getDeploymentProject()
CreateEnvironment.getDeploymentProject()
MoveEnvironment.getDeploymentProject()
ViewEnvironment.getDeploymentProject()
CloneEnvironment.getSecuredDomainObject()
CreateEnvironment.getSecuredDomainObject()
MoveEnvironment.getSecuredDomainObject()
-
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.actions.agents
Methods in com.atlassian.bamboo.deployments.environments.actions.agents that return DeploymentProject -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.actions.docker
Methods in com.atlassian.bamboo.deployments.environments.actions.docker that return DeploymentProject -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.actions.triggers
Methods in com.atlassian.bamboo.deployments.environments.actions.triggers that return DeploymentProject -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.actions.variable
Methods in com.atlassian.bamboo.deployments.environments.actions.variable that return DeploymentProject -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type DeploymentProjectModifier and TypeMethodDescriptionint
EnvironmentService.getEnvironmentCountForProject
(DeploymentProject deploymentProject) int
EnvironmentServiceImpl.getEnvironmentCountForProject
(DeploymentProject deploymentProject) -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.execution
Constructors in com.atlassian.bamboo.deployments.execution with parameters of type DeploymentProjectModifierConstructorDescriptionDeploymentContextImpl
(@NotNull DeploymentProject deploymentProject, @NotNull DeploymentResult deploymentResult, @NotNull List<TaskDefinition> taskDefinitions, @NotNull Map<String, String> artifactHandlerConfiguration, @NotNull VariableContext variableContext, Map<Long, PlanRepositoryDefinition> planRepositoryDefinitionMap, Multimap<String, Artifact> versionArtifacts, @Nullable DeploymentVersion previousVersion, @NotNull Iterable<CredentialsData> sharedCredentials, @NotNull Map<PlanKey, ChainStorageTag> necessaryStorageTags, @NotNull Map<String, Map<String, String>> pluginConfigMap, @NotNull DockerPipelineConfiguration dockerPipelineConfiguration, @NotNull CommonArtifactContext commonArtifactContext, boolean isVerboseLoggingOn, boolean expectingDedicatedEphemeralAgent) -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.execution.actions
Methods in com.atlassian.bamboo.deployments.execution.actions that return DeploymentProjectModifier and TypeMethodDescriptionExecuteManualDeployment.getDeploymentProject()
ViewDeploymentResult.getDeploymentProject()
ViewDeploymentWebhookResponses.getDeploymentProject()
-
Uses of DeploymentProject in com.atlassian.bamboo.deployments.projects
Classes in com.atlassian.bamboo.deployments.projects that implement DeploymentProjectModifier and TypeClassDescriptionclass
class
Immutable implementation to be exposed by the serviceMethods in com.atlassian.bamboo.deployments.projects that return DeploymentProjectModifier and TypeMethodDescription@NotNull DeploymentProject
DeploymentProjectStatusForResultSummary.getDeploymentProject()
@NotNull DeploymentProject
DeploymentProjectStatusForResultSummaryImpl.getDeploymentProject()
@NotNull DeploymentProject
DeploymentProjectWithEnvironmentStatuses.getDeploymentProject()
@NotNull DeploymentProject
DeploymentProjectWithEnvironmentStatusesImpl.getDeploymentProject()
Methods in com.atlassian.bamboo.deployments.projects that return types with arguments of type DeploymentProjectModifier and TypeMethodDescriptionDeploymentProjectFunctions.getDeploymentProjectItems
(@NotNull DeploymentProjectService deploymentProjectService) DeploymentProjectWithEnvironmentForDashboard.getDeploymentsWithEnvironments()
Constructors in com.atlassian.bamboo.deployments.projects with parameters of type DeploymentProjectModifierConstructorDescriptionDeploymentProjectImpl
(DeploymentProject deploymentProject, EnvironmentService environmentService, Operations operations) DeploymentProjectStatusForResultSummaryImpl
(@NotNull DeploymentProject deploymentProject, @Nullable DeploymentVersion relatedVersion, @Nullable DeploymentVersion futureVersion, @Nullable ResultsSummary futureVersionResult, @NotNull List<? extends EnvironmentStatus> environmentStatuses) DeploymentProjectWithEnvironmentStatusesImpl
(@NotNull DeploymentProject deploymentProject, @NotNull List<? extends EnvironmentStatus> environmentStatuses) Constructor parameters in com.atlassian.bamboo.deployments.projects with type arguments of type DeploymentProjectModifierConstructorDescriptionDeploymentProjectWithEnvironmentForDashboard
(Map<DeploymentProject, List<EnvironmentStub>> deploymentsWithEnvironments, boolean hasMore, int nextStart) -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.projects.actions
Fields in com.atlassian.bamboo.deployments.projects.actions declared as DeploymentProjectModifier and TypeFieldDescriptionprotected DeploymentProject
AbstractDeploymentProjectDetailsAction.deploymentProject
Methods in com.atlassian.bamboo.deployments.projects.actions that return DeploymentProjectModifier and TypeMethodDescriptionabstract DeploymentProject
AbstractDeploymentProjectConfigurationAction.getDeploymentProject()
@Nullable DeploymentProject
AbstractDeploymentProjectDetailsAction.getDeploymentProject()
ConfigureDeploymentProject.getDeploymentProject()
ConfigureDeploymentProjectPermissions.getDeploymentProject()
ConfigureDeploymentProjectSpecsRepositories.getDeploymentProject()
ConfigureDeploymentProjectVersioning.getDeploymentProject()
DeleteDeploymentProject.getDeploymentProject()
DeploymentProjectAuditLog.getDeploymentProject()
ViewDeploymentProjects.getDeploymentProject()
ViewDeploymentProjectSpecs.getDeploymentProject()
CloneDeploymentProject.getSecuredDomainObject()
ConfigureDeploymentProjectDetails.getSecuredDomainObject()
ConfigureDeploymentProjectPermissions.getSecuredDomainObject()
ConfigureDeploymentProjectSpecsRepositories.getSecuredDomainObject()
ConfigureDeploymentProjectVersioning.getSecuredDomainObject()
DeleteDeploymentProject.getSecuredDomainObject()
DeploymentProjectAuditLog.getSecuredDomainObject()
ViewDeploymentProjectSpecs.getSecuredDomainObject()
-
Uses of DeploymentProject in com.atlassian.bamboo.deployments.projects.service
Methods in com.atlassian.bamboo.deployments.projects.service that return DeploymentProjectModifier and TypeMethodDescriptiondefault @NotNull DeploymentProject
DeploymentProjectService.addDeploymentProject
(String name, String description, String planKeyString) Create a new deployment project.@NotNull DeploymentProject
DeploymentProjectService.addDeploymentProject
(String name, String description, String planKeyString, boolean accessForAllUsers) Create a new deployment project.@NotNull DeploymentProject
DeploymentProjectServiceImpl.addDeploymentProject
(String name, String description, String planKeyString, boolean accessForAllUsers) @NotNull DeploymentProject
DeploymentProjectService.cloneDeploymentProject
(long id, String name, String description, String planKeyString) Create a new deployment project.@NotNull DeploymentProject
DeploymentProjectServiceImpl.cloneDeploymentProject
(long deploymentProjectId, String name, String description, String planKeyString) @NotNull DeploymentProject
DeploymentProjectService.editDeploymentProject
(long deploymentProjectId, String name, @Nullable String description, String planKeyString) Edit the details of the deployment project@NotNull DeploymentProject
DeploymentProjectServiceImpl.editDeploymentProject
(long deploymentProjectId, String name, @Nullable String description, @Nullable String planKeyString) @Nullable DeploymentProject
DeploymentProjectService.getDeploymentProject
(long id) @Nullable DeploymentProject
DeploymentProjectServiceImpl.getDeploymentProject
(long id) @Nullable DeploymentProject
DeploymentProjectService.getDeploymentProjectForEnvironment
(long environmentID) Retrieve the deployment project that a specific environment belongs to.@Nullable DeploymentProject
DeploymentProjectServiceImpl.getDeploymentProjectForEnvironment
(long environmentID) @Nullable DeploymentProject
DeploymentProjectService.getDeploymentProjectForVersion
(long versionId) Retrieve the deployment project that a specific version belongs to.@Nullable DeploymentProject
DeploymentProjectServiceImpl.getDeploymentProjectForVersion
(long versionId) Methods in com.atlassian.bamboo.deployments.projects.service that return types with arguments of type DeploymentProjectModifier and TypeMethodDescription@NotNull List<DeploymentProject>
DeploymentProjectService.getAllDeploymentProjects()
@NotNull List<DeploymentProject>
DeploymentProjectServiceImpl.getAllDeploymentProjects()
DeploymentProjectService.getDeploymentProjectsReferencingArtifact
(@NotNull Artifact artifact) Get all deployment projects that contain a version that uses specified artifactDeploymentProjectServiceImpl.getDeploymentProjectsReferencingArtifact
(@NotNull Artifact artifact) @NotNull List<DeploymentProject>
DeploymentProjectService.getDeploymentProjectsRelatedToArtifact
(@NotNull ArtifactDefinition artifactDefinition) Retrieve the deployment projects that refer to the artifactDefinition within their items@NotNull List<DeploymentProject>
DeploymentProjectServiceImpl.getDeploymentProjectsRelatedToArtifact
(@NotNull ArtifactDefinition artifactDefinition) @NotNull List<DeploymentProject>
DeploymentProjectService.getDeploymentProjectsRelatedToPlan
(@NotNull PlanKey planKey) Retrieve the deployment projects that are linked to a specific plan@NotNull List<DeploymentProject>
DeploymentProjectServiceImpl.getDeploymentProjectsRelatedToPlan
(@NotNull PlanKey planKey) @NotNull List<DeploymentProject>
DeploymentProjectService.getDeploymentProjectsRelatedToPlanConfiguration
(@NotNull PlanKey masterOrBranchPlanKey) Retrieve the deployment projects that are linked to a specific plan configuration, taking branch divergency into account.@NotNull List<DeploymentProject>
DeploymentProjectServiceImpl.getDeploymentProjectsRelatedToPlanConfiguration
(@NotNull PlanKey masterOrBranchPlanKey) @NotNull List<DeploymentProject>
DeploymentProjectService.getDeploymentProjectsRelatedToPlanOrBranches
(@NotNull PlanKey masterOrBranchPlanKey) Retrieve the deployment projects that are linked to a specific plan or any of its branches.@NotNull List<DeploymentProject>
DeploymentProjectServiceImpl.getDeploymentProjectsRelatedToPlanOrBranches
(@NotNull PlanKey masterOrBranchPlanKey) -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.results.service
Methods in com.atlassian.bamboo.deployments.results.service with parameters of type DeploymentProjectModifier and TypeMethodDescription@NotNull List<EnvironmentStatus>
DeploymentResultService.getLatestKnownDeploymentResultForEnvironmentsInProject
(@NotNull DeploymentProject deploymentProject) Get the latest results that *actually* ran against a list of environments.@NotNull List<EnvironmentStatus>
DeploymentResultServiceImpl.getLatestKnownDeploymentResultForEnvironmentsInProject
(@NotNull DeploymentProject deploymentProject) @NotNull List<EnvironmentStatusForAggregation>
DeploymentResultService.getStatusesForAggregationByProject
(@NotNull DeploymentProject deploymentProject) @NotNull List<EnvironmentStatusForAggregation>
DeploymentResultServiceImpl.getStatusesForAggregationByProject
(@NotNull DeploymentProject deploymentProject) -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.runtime
Methods in com.atlassian.bamboo.deployments.runtime with parameters of type DeploymentProjectModifier and TypeMethodDescriptionvoid
DeploymentsInProgressService.onDeploymentTriggered
(@NotNull DeploymentResult deploymentResult, @NotNull DeploymentVersion deploymentVersion, @NotNull Environment environment, @NotNull DeploymentProject deploymentProject) void
DeploymentsInProgressServiceImpl.onDeploymentTriggered
(@NotNull DeploymentResult deploymentResult, @NotNull DeploymentVersion deploymentVersion, @NotNull Environment environment, @NotNull DeploymentProject deploymentProject) DeploymentInProgressImpl.Builder.withDeploymentProject
(@NotNull DeploymentProject deploymentProject) -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.versions.actions
Methods in com.atlassian.bamboo.deployments.versions.actions that return DeploymentProjectModifier and TypeMethodDescriptionAbstractDeploymentVersionAction.getDeploymentProject()
AbstractDeploymentVersionHistoryAction.getDeploymentProject()
CreateDeploymentVersion.getDeploymentProject()
CreateDeploymentVersion.getSecuredDomainObject()
DeleteDeploymentVersion.getSecuredDomainObject()
RenameDeploymentVersion.getSecuredDomainObject()
Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type DeploymentProjectModifier and TypeMethodDescriptionprotected DeploymentVersion
AbstractCreateDeploymentVersion.createVersion
(DeploymentProject deploymentProject, String newReleaseBuildResult, String versionName) protected void
AbstractCreateDeploymentVersion.validateNewRelease
(@NotNull DeploymentProject deploymentProject, @Nullable String newReleaseBuildResult, @Nullable String versionName) -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.versions.service
Methods in com.atlassian.bamboo.deployments.versions.service that return types with arguments of type DeploymentProjectModifier and TypeMethodDescription@NotNull Multimap<DeploymentProject,
Pair<Long, PlanResultKey>> DeploymentVersionService.findVersionIdentifiersAssociatedWithJiraIssue
(@NotNull String issueKey) Find all the version identifiers that are associated with a JIRA issue, grouped byDeploymentProject
Note: this API is in its intermittent form and is subject to change.@NotNull Multimap<DeploymentProject,
Pair<Long, PlanResultKey>> DeploymentVersionServiceImpl.findVersionIdentifiersAssociatedWithJiraIssue
(@NotNull String issueKey) @NotNull Multimap<DeploymentProject,
DeploymentVersion> DeploymentVersionService.findVersionsAssociatedWithJiraIssue
(@NotNull String issueKey) Find all the version that are associated with a JIRA issue, grouped byDeploymentProject
@NotNull Multimap<DeploymentProject,
DeploymentVersion> DeploymentVersionServiceImpl.findVersionsAssociatedWithJiraIssue
(@NotNull String issueKey) Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentProjectModifier and TypeMethodDescription@NotNull Map<DeploymentVersion,
Integer> DeploymentVersionService.findLatestKnownVersionsForEnvironmentsOfDeploymentProject
(DeploymentProject deploymentProject) Find allDeploymentVersion
that are currently deployed on environments of aDeploymentProject
For each version found give number of environments it is present on.@NotNull Map<DeploymentVersion,
Integer> DeploymentVersionServiceImpl.findLatestKnownVersionsForEnvironmentsOfDeploymentProject
(DeploymentProject deploymentProject) @NotNull List<DeploymentVersion>
DeploymentVersionService.getDeploymentProjectVersionsNoVariables
(@NotNull DeploymentProject deploymentProject) Retrieves the list of all the version for the deployment project, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>
DeploymentVersionService.getDeploymentProjectVersionsNoVariables
(@NotNull DeploymentProject deploymentProject, int offset, int maxResults) Retrieves the list of the version for the deployment project, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts).@NotNull List<DeploymentVersion>
DeploymentVersionService.getDeploymentProjectVersionsNoVariables
(@NotNull DeploymentProject deploymentProject, int offset, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Retrieves the list of the version for the deployment project, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts).@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.getDeploymentProjectVersionsNoVariables
(@NotNull DeploymentProject deploymentProject) @NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.getDeploymentProjectVersionsNoVariables
(@NotNull DeploymentProject deploymentProject, int offset, int maxResults) @NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.getDeploymentProjectVersionsNoVariables
(@NotNull DeploymentProject deploymentProject, int offset, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) @Nullable DeploymentVersion
DeploymentVersionDtoManager.getDeploymentVersion
(@Nullable DeploymentVersionDto dto, @Nullable DeploymentProject project, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Deprecated.Convert a DeploymentVersionDto to aDeploymentVersion
.@Nullable DeploymentVersion
DeploymentVersionServiceImpl.getDeploymentVersion
(@Nullable DeploymentVersionDto dto, @Nullable DeploymentProject project, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) @NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByBranchAndNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, @NotNull String searchTerm) Search for deployment versions in a project whose name contains the searchTerm and associated with a specific branch, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByBranchAndNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, @NotNull String searchTerm, int offset, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Search for deployment versions in a project whose name contains the searchTerm and associated with a specific branch, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByBranchAndNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, @NotNull String searchTerm) @NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByBranchAndNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, @NotNull String searchTerm, int offset, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) @NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByBranchNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey) Search for deployment versions in a project associated with a specific branch, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByBranchNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, int startIndex, int maxResults) Search for deployment versions in a project associated with a specific branch, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByBranchNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, int startIndex, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Search for deployment versions in a project associated with a specific branch, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByBranchNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey) @NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByBranchNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, int startIndex, int maxResults) @NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByBranchNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, int startIndex, int maxResults, @NotNull DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) @NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull String searchTerm) Search for deployment versions in a project whose name contains the searchTerm, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull String searchTerm, int offset, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Search for deployment versions in a project whose name contains the searchTerm, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull String searchTerm) @NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull String searchTerm, int offset, int maxResults, @NotNull DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) -
Uses of DeploymentProject in com.atlassian.bamboo.index.quicksearch
Methods in com.atlassian.bamboo.index.quicksearch with parameters of type DeploymentProjectModifier and TypeMethodDescriptionstatic QuickSearchDocumentImpl
QuickSearchDocumentFactory.forDeploymentProject
(DeploymentProject deploymentProject) -
Uses of DeploymentProject in com.atlassian.bamboo.notification.rss
Constructors in com.atlassian.bamboo.notification.rss with parameters of type DeploymentProject -
Uses of DeploymentProject in com.atlassian.bamboo.plugins.jira.rest.model.deployment
Constructors in com.atlassian.bamboo.plugins.jira.rest.model.deployment with parameters of type DeploymentProjectModifierConstructorDescriptionDeploymentProjectSummary
(DeploymentProject deploymentProject, String mainBranch, com.google.common.collect.ImmutableList<VersionSummary> latestVersions, com.google.common.collect.ImmutableList<EnvironmentSummary> environments, String firstMainlineVersion, String lastMainlineVersion, com.google.common.collect.ImmutableList<String> branches, String baseUrl) -
Uses of DeploymentProject in com.atlassian.bamboo.plugins.rest.common
Methods in com.atlassian.bamboo.plugins.rest.common with parameters of type DeploymentProjectModifier and TypeMethodDescriptionstatic void
RestHelper.assertNotRssDeploymentProject
(@NotNull DeploymentProject deploymentProject) Asserts deployment project is not managed by repository stored specs. -
Uses of DeploymentProject in com.atlassian.bamboo.plugins.rest.deployments.issues
Constructors in com.atlassian.bamboo.plugins.rest.deployments.issues with parameters of type DeploymentProjectModifierConstructorDescriptionRestDeploymentProjectLink
(@NotNull DeploymentProject deploymentProject, @NotNull String baseUrl, int environmentCount, int upToDateEnvironmentCount) RestDeploymentProjectStatusForJiraIssue
(@NotNull DeploymentProject deploymentProject, @NotNull Map<Long, EnvironmentStub> environmentMap, @NotNull List<DeploymentVersion> versions, @NotNull Map<Long, DeploymentVersionStatus> deploymentVersionStatuses, @NotNull Map<Long, EnvironmentStatusForDashboard> environmentStatuses, @NotNull String baseUrl, @NotNull DeploymentVersionService deploymentVersionService) -
Uses of DeploymentProject in com.atlassian.bamboo.plugins.rest.model.search
Methods in com.atlassian.bamboo.plugins.rest.model.search with parameters of type DeploymentProjectModifier and TypeMethodDescriptionRestDedicatedAgentBuilder.withDeploymentProject
(@NotNull DeploymentProject deploymentProject) Constructors in com.atlassian.bamboo.plugins.rest.model.search with parameters of type DeploymentProjectModifierConstructorDescriptionAgentAssignmentSearchResult
(@NotNull DeploymentProject deploymentProject) AgentAssignmentSearchResult
(AgentAssignment.ExecutorType executorType, long executorId, @NotNull DeploymentProject deploymentProject) ProjectSearchResult
(@NotNull DeploymentProject deploymentProject) -
Uses of DeploymentProject in com.atlassian.bamboo.plugins.rest.service
Methods in com.atlassian.bamboo.plugins.rest.service that return types with arguments of type DeploymentProjectModifier and TypeMethodDescriptionProjectsRestService.getDeploymentProjects
(@NotNull javax.ws.rs.core.UriInfo uriInfo) Get a list of deployment projects.ProjectsRestServiceImpl.getDeploymentProjects
(@NotNull javax.ws.rs.core.UriInfo uriInfo) -
Uses of DeploymentProject in com.atlassian.bamboo.plugins.testutils.deployments
Methods in com.atlassian.bamboo.plugins.testutils.deployments that return DeploymentProjectModifier and TypeMethodDescription@NotNull DeploymentProject
DeploymentsTestService.createDeploymentProjectWithEnvironments
(@NotNull PlanKey planKey) @NotNull DeploymentProject
DeploymentsTestServiceImpl.createDeploymentProjectWithEnvironments
(@NotNull PlanKey planKey) @NotNull DeploymentProject
DeploymentsTestService.createSimpleDeployment
(@NotNull PlanKey planKey) @NotNull DeploymentProject
DeploymentsTestServiceImpl.createSimpleDeployment
(@NotNull PlanKey planKey) Methods in com.atlassian.bamboo.plugins.testutils.deployments with parameters of type DeploymentProjectModifier and TypeMethodDescription@NotNull DeploymentVersion
DeploymentsTestService.createDeploymentVersion
(@NotNull DeploymentProject deploymentProject, @NotNull PlanResultKey resultKey) @NotNull DeploymentVersion
DeploymentsTestServiceImpl.createDeploymentVersion
(@NotNull DeploymentProject deploymentProject, @NotNull PlanResultKey resultKey) @NotNull List<DeploymentVersion>
DeploymentsTestService.createDeploymentVersions
(@NotNull DeploymentProject deploymentProject, int firstResult, int maxResults) @NotNull List<DeploymentVersion>
DeploymentsTestServiceImpl.createDeploymentVersions
(@NotNull DeploymentProject deploymentProject, int firstResult, int maxResults) @NotNull DeploymentResult
DeploymentsTestService.executeDeployment
(@NotNull DeploymentProject deploymentProject, @NotNull String environmentName, @NotNull String versionName) @NotNull DeploymentResult
DeploymentsTestServiceImpl.executeDeployment
(@NotNull DeploymentProject deploymentProject, @NotNull String environmentName, @NotNull String versionName) -
Uses of DeploymentProject in com.atlassian.bamboo.rest.model.deployments.projects
Constructors in com.atlassian.bamboo.rest.model.deployments.projects with parameters of type DeploymentProjectModifierConstructorDescriptionRestDeploymentProject
(@NotNull DeploymentProject deploymentProject, @NotNull List<? extends RestEnvironment> environments) -
Uses of DeploymentProject in com.atlassian.bamboo.security
Methods in com.atlassian.bamboo.security with parameters of type DeploymentProjectModifier and TypeMethodDescriptionstatic void
PermissionsServiceUtils.assertCanManagePermissionsForDeploymentProject
(DeploymentProject deploymentProject, BambooPermissionManager bambooPermissionManager) -
Uses of DeploymentProject in com.atlassian.bamboo.testutils.deployments.projects
Methods in com.atlassian.bamboo.testutils.deployments.projects that return DeploymentProjectModifier and TypeMethodDescriptionstatic DeploymentProject
DeploymentProjectTestHelper.mockDeploymentProject
(@NotNull DeploymentProjectService deploymentProjectService, long id, String name) -
Uses of DeploymentProject in com.atlassian.bamboo.trigger.environment
Methods in com.atlassian.bamboo.trigger.environment with parameters of type DeploymentProjectModifier and TypeMethodDescriptionprotected boolean
AbstractEnvironmentTriggerConfigurator.hasDeploymentProjectPlanMultipleBranches
(@NotNull DeploymentProject deploymentProject) protected boolean
AbstractEnvironmentTriggerConfigurator.hasTheSameMasterPlanAsDeploymentProject
(@NotNull DeploymentProject deploymentProject, DeploymentTriggerBranchSelectionMode branchSelectionMode, @NotNull String planKeyString) protected void
AbstractEnvironmentTriggerConfigurator.populateContextWithBranchControlVariablesForDeployments
(@NotNull DeploymentProject deploymentProject, @NotNull DeploymentTriggerBranchSelectionMode branchSelectionMode, @NotNull String triggeringBranchKey, @NotNull Map<String, Object> context) -
Uses of DeploymentProject in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 with parameters of type DeploymentProjectModifier and TypeMethodDescription@Nullable String
FreemarkerContext.getRssLink
(@NotNull DeploymentProject project) @Nullable String
FreemarkerContext.getRssRepositoryId
(@NotNull DeploymentProject project) -
Uses of DeploymentProject in com.atlassian.bamboo.ww2.actions.admin.elastic
Methods in com.atlassian.bamboo.ww2.actions.admin.elastic that return DeploymentProjectModifier and TypeMethodDescriptionConfigureElasticImageConfiguration.getDeploymentProject
(long deploymentProjectId) -
Uses of DeploymentProject in com.atlassian.bamboo.ww2.actions.agent
Constructors in com.atlassian.bamboo.ww2.actions.agent with parameters of type DeploymentProjectModifierConstructorDescriptionAgentAssignmentExecutableDetails
(@NotNull Environment environment, @Nullable DeploymentProject deploymentProject, boolean capabilitiesMatch) AgentAssignmentExecutableDetails
(@NotNull DeploymentProject deploymentProject) -
Uses of DeploymentProject in com.atlassian.bamboo.ww2.actions.build.admin.config
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return types with arguments of type DeploymentProjectModifier and TypeMethodDescription@NotNull List<DeploymentProject>
ConfigureBuildArtifact.getDeploymentProjectsUsingArtifact
(@NotNull ArtifactDefinition artifactDefinition) -
Uses of DeploymentProject in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type DeploymentProject -
Uses of DeploymentProject in com.atlassian.bamboo.ww2.actions.chains.admin.triggers
Methods in com.atlassian.bamboo.ww2.actions.chains.admin.triggers with parameters of type DeploymentProjectModifier and TypeMethodDescription@NotNull String
TriggerUIConfigBean.prepareCreateHtml
(@NotNull TriggerModuleDescriptor triggerDescriptor, @NotNull TaskRenderMode renderMode, @NotNull DeploymentProject deploymentProject) -
Uses of DeploymentProject in com.atlassian.bamboo.ww2.actions.plan
Methods in com.atlassian.bamboo.ww2.actions.plan that return types with arguments of type DeploymentProject -
Uses of DeploymentProject in com.atlassian.bamboo.ww2.actions.project.repository
Methods in com.atlassian.bamboo.ww2.actions.project.repository that return types with arguments of type DeploymentProjectModifier and TypeMethodDescriptionEditProjectRepository.getBambooSpecsPermittedDeploymentProjects()
-
Uses of DeploymentProject in com.atlassian.bamboo.ww2.aware.permissions
Methods in com.atlassian.bamboo.ww2.aware.permissions that return DeploymentProjectModifier and TypeMethodDescriptionDeploymentProjectReadOnlyInterceptorAware.getSecuredDomainObject()
-
Uses of DeploymentProject in com.atlassian.bamboo.ww2.beans
Methods in com.atlassian.bamboo.ww2.beans that return types with arguments of type DeploymentProjectModifier and TypeMethodDescriptionDecoratedPlan.DecoratedBranch.getRelatedDeploymentProjects()
abstract List<DeploymentProject>
DecoratedPlan.getRelatedDeploymentProjects()