Uses of Interface
com.atlassian.bamboo.deployments.projects.DeploymentProject
-
-
Uses of DeploymentProject in com.atlassian.bamboo.configuration.external
Methods in com.atlassian.bamboo.configuration.external that return DeploymentProject Modifier and Type Method Description @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 DeploymentProject Modifier and Type Method Description @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 dirPath
DeploymentExportServiceImpl. 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 DeploymentProject Modifier and Type Method Description @NotNull Map<String,Object>
PermissionExporter. exportPermissions(@NotNull DeploymentProject deploymentProject)
Exports deployment project permissions to a YAML-friendly format.@NotNull Map<String,Object>
PermissionExporterImpl. exportPermissions(@NotNull DeploymentProject deploymentProject)
String
SpecsExporter. getCodeFromDeploymentProject(DeploymentProject deploymentProject, SpecsExporter.ExportFormat format, String packageName, String className)
Convert a deployment plan to a Java Bamboo SpecString
SpecsExporterImpl. 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 DeploymentProject Modifier and Type Method Description List<DeploymentProject>
EditLinkedRepository. 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 DeploymentProject Modifier and Type Method Description DeploymentProject
ConfigureEnvironmentMiscellaneousSettings. getDeploymentProject()
-
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments
Methods in com.atlassian.bamboo.deployments.environments that return DeploymentProject Modifier and Type Method Description DeploymentProject
DecoratedEnvironment. getDeploymentProject()
DeploymentProject
DecoratedEnvironmentImpl. getDeploymentProject()
Constructors in com.atlassian.bamboo.deployments.environments with parameters of type DeploymentProject Constructor Description DecoratedEnvironmentImpl(DeploymentProject deploymentProject, Environment environment)
-
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions that return DeploymentProject Modifier and Type Method Description DeploymentProject
CloneEnvironment. getDeploymentProject()
DeploymentProject
ConfigureEnvironment. getDeploymentProject()
DeploymentProject
ConfigureEnvironmentNotifications. getDeploymentProject()
DeploymentProject
ConfigureEnvironmentPermissions. getDeploymentProject()
DeploymentProject
ConfigureEnvironmentTasks. getDeploymentProject()
DeploymentProject
CreateEnvironment. getDeploymentProject()
DeploymentProject
MoveEnvironment. getDeploymentProject()
DeploymentProject
ViewEnvironment. getDeploymentProject()
DeploymentProject
CloneEnvironment. getSecuredDomainObject()
DeploymentProject
CreateEnvironment. getSecuredDomainObject()
DeploymentProject
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 Modifier and Type Method Description DeploymentProject
ConfigureEnvironmentAgents. getDeploymentProject()
-
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.actions.docker
Methods in com.atlassian.bamboo.deployments.environments.actions.docker that return DeploymentProject Modifier and Type Method Description DeploymentProject
ConfigureEnvironmentDocker. getDeploymentProject()
-
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.actions.triggers
Methods in com.atlassian.bamboo.deployments.environments.actions.triggers that return DeploymentProject Modifier and Type Method Description DeploymentProject
ConfigureEnvironmentTriggers. getDeploymentProject()
-
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.actions.variable
Methods in com.atlassian.bamboo.deployments.environments.actions.variable that return DeploymentProject Modifier and Type Method Description DeploymentProject
ConfigureVariablesForEnvironment. getDeploymentProject()
-
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type DeploymentProject Modifier and Type Method Description int
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 DeploymentProject Constructor Description DeploymentContextImpl(@NotNull DeploymentProject deploymentProject, @NotNull DeploymentResult deploymentResult, @NotNull List<TaskDefinition> taskDefinitions, @NotNull Map<String,String> artifactHandlerConfiguration, @NotNull VariableContext variableContext, Map<Long,PlanRepositoryDefinition> planRepositoryDefinitionMap, com.google.common.collect.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 DeploymentProject Modifier and Type Method Description DeploymentProject
ExecuteManualDeployment. getDeploymentProject()
DeploymentProject
ViewDeploymentResult. getDeploymentProject()
DeploymentProject
ViewDeploymentWebhookResponses. getDeploymentProject()
-
Uses of DeploymentProject in com.atlassian.bamboo.deployments.projects
Classes in com.atlassian.bamboo.deployments.projects that implement DeploymentProject Modifier and Type Class Description class
DeploymentProjectIdentifier
class
DeploymentProjectImpl
Immutable implementation to be exposed by the serviceMethods in com.atlassian.bamboo.deployments.projects that return DeploymentProject Modifier and Type Method Description @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 DeploymentProject Modifier and Type Method Description static com.google.common.base.Function<DeploymentProject,List<DeploymentProjectItem>>
DeploymentProjectFunctions. getDeploymentProjectItems(@NotNull DeploymentProjectService deploymentProjectService)
Map<DeploymentProject,List<EnvironmentStub>>
DeploymentProjectWithEnvironmentForDashboard. getDeploymentsWithEnvironments()
Constructors in com.atlassian.bamboo.deployments.projects with parameters of type DeploymentProject Constructor Description DeploymentProjectImpl(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 DeploymentProject Constructor Description DeploymentProjectWithEnvironmentForDashboard(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 DeploymentProject Modifier and Type Field Description protected DeploymentProject
AbstractDeploymentProjectDetailsAction. deploymentProject
-
Uses of DeploymentProject in com.atlassian.bamboo.deployments.projects.service
Methods in com.atlassian.bamboo.deployments.projects.service that return DeploymentProject Modifier and Type Method Description default @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 DeploymentProject Modifier and Type Method Description @NotNull List<DeploymentProject>
DeploymentProjectService. getAllDeploymentProjects()
@NotNull List<DeploymentProject>
DeploymentProjectServiceImpl. getAllDeploymentProjects()
List<DeploymentProject>
DeploymentProjectService. getDeploymentProjectsReferencingArtifact(@NotNull Artifact artifact)
Get all deployment projects that contain a version that uses specified artifactList<DeploymentProject>
DeploymentProjectServiceImpl. 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 DeploymentProject Modifier and Type Method Description @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 DeploymentProject Modifier and Type Method Description void
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
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 DeploymentProject Modifier and Type Method Description DeploymentProject
AbstractDeploymentVersionAction. getDeploymentProject()
DeploymentProject
AbstractDeploymentVersionHistoryAction. getDeploymentProject()
DeploymentProject
CreateDeploymentVersion. getDeploymentProject()
DeploymentProject
CreateDeploymentVersion. getSecuredDomainObject()
DeploymentProject
DeleteDeploymentVersion. getSecuredDomainObject()
DeploymentProject
RenameDeploymentVersion. getSecuredDomainObject()
Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type DeploymentProject Modifier and Type Method Description protected 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 DeploymentProject Modifier and Type Method Description @NotNull com.google.common.collect.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 com.google.common.collect.Multimap<DeploymentProject,Pair<Long,PlanResultKey>>
DeploymentVersionServiceImpl. findVersionIdentifiersAssociatedWithJiraIssue(@NotNull String issueKey)
@NotNull com.google.common.collect.Multimap<DeploymentProject,DeploymentVersion>
DeploymentVersionService. findVersionsAssociatedWithJiraIssue(@NotNull String issueKey)
Find all the version that are associated with a JIRA issue, grouped byDeploymentProject
@NotNull com.google.common.collect.Multimap<DeploymentProject,DeploymentVersion>
DeploymentVersionServiceImpl. findVersionsAssociatedWithJiraIssue(@NotNull String issueKey)
Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentProject Modifier and Type Method Description @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>
DeploymentVersionServiceImpl. getDeploymentProjectVersionsNoVariables(@NotNull DeploymentProject deploymentProject)
@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl. getDeploymentProjectVersionsNoVariables(@NotNull DeploymentProject deploymentProject, int offset, int maxResults)
@Nullable DeploymentVersion
DeploymentVersionDtoManager. getDeploymentVersion(@Nullable DeploymentVersionDto dto, @Nullable DeploymentProject project)
Deprecated.Convert a DeploymentVersionDto to aDeploymentVersion
.@Nullable DeploymentVersion
DeploymentVersionServiceImpl. getDeploymentVersion(@Nullable DeploymentVersionDto dto, @Nullable DeploymentProject project)
@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>
DeploymentVersionServiceImpl. searchVersionsByBranchAndNameNoVariables(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, @NotNull String searchTerm)
@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>
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>
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>
DeploymentVersionServiceImpl. searchVersionsByNameNoVariables(@NotNull DeploymentProject deploymentProject, @NotNull String searchTerm)
-
Uses of DeploymentProject in com.atlassian.bamboo.index.quicksearch
Methods in com.atlassian.bamboo.index.quicksearch with parameters of type DeploymentProject Modifier and Type Method Description static 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 Constructor Description RssAffectedDeployment(DeploymentProject 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 DeploymentProject Constructor Description DeploymentProjectSummary(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 DeploymentProject Modifier and Type Method Description static 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 DeploymentProject Constructor Description RestDeploymentProjectLink(@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 DeploymentProject Modifier and Type Method Description RestDedicatedAgentBuilder
RestDedicatedAgentBuilder. withDeploymentProject(@NotNull DeploymentProject deploymentProject)
Constructors in com.atlassian.bamboo.plugins.rest.model.search with parameters of type DeploymentProject Constructor Description AgentAssignmentSearchResult(@NotNull DeploymentProject deploymentProject)
AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull DeploymentProject deploymentProject)
ProjectSearchResult(@NotNull DeploymentProject deployment)
-
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 DeploymentProject Modifier and Type Method Description List<DeploymentProject>
ProjectsRestService. getDeploymentProjects(@NotNull javax.ws.rs.core.UriInfo uriInfo)
Get a list of deployment projects.List<DeploymentProject>
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 DeploymentProject Modifier and Type Method Description @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 DeploymentProject Modifier and Type Method Description @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 DeploymentProject Constructor Description RestDeploymentProject(@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 DeploymentProject Modifier and Type Method Description static 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 DeploymentProject Modifier and Type Method Description static 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 DeploymentProject Modifier and Type Method Description protected 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 DeploymentProject Modifier and Type Method Description @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 DeploymentProject Modifier and Type Method Description DeploymentProject
ConfigureElasticImageConfiguration. 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 DeploymentProject Constructor Description AgentAssignmentExecutableDetails(@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 DeploymentProject Modifier and Type Method Description @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 Modifier and Type Method Description List<DeploymentProject>
StageAction. getRelatedDeploymentProjects()
-
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 DeploymentProject Modifier and Type Method Description @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 Modifier and Type Method Description List<DeploymentProject>
DeletePlan. getLinkedDeploymentProjects()
-
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 DeploymentProject Modifier and Type Method Description List<DeploymentProject>
EditProjectRepository. getBambooSpecsPermittedDeploymentProjects()
-
Uses of DeploymentProject in com.atlassian.bamboo.ww2.aware.permissions
Methods in com.atlassian.bamboo.ww2.aware.permissions that return DeploymentProject Modifier and Type Method Description DeploymentProject
DeploymentProjectReadOnlyInterceptorAware. getSecuredDomainObject()
-
Uses of DeploymentProject in com.atlassian.bamboo.ww2.beans
Methods in com.atlassian.bamboo.ww2.beans that return types with arguments of type DeploymentProject Modifier and Type Method Description List<DeploymentProject>
DecoratedPlan.DecoratedBranch. getRelatedDeploymentProjects()
abstract List<DeploymentProject>
DecoratedPlan. getRelatedDeploymentProjects()
-