Modifier and Type | Method and Description |
---|---|
Path |
DeploymentExportServiceImpl.exportSingleDeployment(DeploymentProject project) |
Path |
DeploymentExportService.exportSingleDeployment(DeploymentProject deploymentProject)
Export single deployment project to default location in Bamboo home dir
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
PermissionExporterImpl.exportPermissions(DeploymentProject deploymentProject) |
Map<String,Object> |
PermissionExporter.exportPermissions(DeploymentProject deploymentProject)
Exports deployment project permissions to a YAML-friendly format.
|
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
DecoratedEnvironmentImpl.getDeploymentProject() |
DeploymentProject |
DecoratedEnvironment.getDeploymentProject() |
Constructor and Description |
---|
DecoratedEnvironmentImpl(DeploymentProject deploymentProject,
Environment environment) |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
ConfigureEnvironmentPermissions.getDeploymentProject() |
DeploymentProject |
CreateEnvironment.getDeploymentProject() |
DeploymentProject |
MoveEnvironment.getDeploymentProject() |
DeploymentProject |
ConfigureEnvironment.getDeploymentProject() |
DeploymentProject |
ConfigureEnvironmentTasks.getDeploymentProject() |
DeploymentProject |
CloneEnvironment.getDeploymentProject() |
DeploymentProject |
ViewEnvironment.getDeploymentProject() |
DeploymentProject |
CreateEnvironment.getSecuredDomainObject() |
DeploymentProject |
MoveEnvironment.getSecuredDomainObject() |
DeploymentProject |
CloneEnvironment.getSecuredDomainObject() |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
ConfigureEnvironmentAgents.getDeploymentProject() |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
ConfigureEnvironmentTriggers.getDeploymentProject() |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
ConfigureVariablesForEnvironment.getDeploymentProject() |
Modifier and Type | Method and Description |
---|---|
int |
EnvironmentServiceImpl.getEnvironmentCountForProject(DeploymentProject deploymentProject) |
int |
EnvironmentService.getEnvironmentCountForProject(DeploymentProject deploymentProject) |
Constructor and Description |
---|
DeploymentContextImpl(DeploymentProject deploymentProject,
DeploymentResult deploymentResult,
List<TaskDefinition> taskDefinitions,
Map<String,String> artifactHandlerConfiguration,
VariableContext variableContext,
Map<Long,PlanRepositoryDefinition> planRepositoryDefinitionMap,
com.google.common.collect.Multimap<String,Artifact> versionArtifacts,
DeploymentVersion previousVersion,
Iterable<CredentialsData> sharedCredentials,
Map<PlanKey,ChainStorageTag> necessaryStorageTags) |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
ExecuteManualDeployment.getDeploymentProject() |
DeploymentProject |
ViewDeploymentResult.getDeploymentProject() |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentProjectIdentifier |
class |
DeploymentProjectImpl
Immutable implementation to be exposed by the service
|
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
DeploymentProjectWithEnvironmentStatusesImpl.getDeploymentProject() |
DeploymentProject |
DeploymentProjectStatusForResultSummaryImpl.getDeploymentProject() |
DeploymentProject |
DeploymentProjectWithEnvironmentStatuses.getDeploymentProject() |
DeploymentProject |
DeploymentProjectStatusForResultSummary.getDeploymentProject() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Function<DeploymentProject,List<DeploymentProjectItem>> |
DeploymentProjectFunctions.getDeploymentProjectItems(DeploymentProjectService deploymentProjectService) |
Constructor and Description |
---|
DeploymentProjectImpl(DeploymentProject deploymentProject,
EnvironmentService environmentService,
Operations operations) |
DeploymentProjectStatusForResultSummaryImpl(DeploymentProject deploymentProject,
DeploymentVersion relatedVersion,
DeploymentVersion futureVersion,
ResultsSummary futureVersionResult,
List<? extends EnvironmentStatus> environmentStatuses) |
DeploymentProjectWithEnvironmentStatusesImpl(DeploymentProject deploymentProject,
List<? extends EnvironmentStatus> environmentStatuses) |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
DeploymentProjectServiceImpl.addDeploymentProject(String name,
String description,
String planKeyString) |
DeploymentProject |
DeploymentProjectService.addDeploymentProject(String name,
String description,
String planKeyString)
Create a new deployment project.
|
DeploymentProject |
DeploymentProjectServiceImpl.cloneDeploymentProject(long deploymentProjectId,
String name,
String description,
String planKeyString) |
DeploymentProject |
DeploymentProjectService.cloneDeploymentProject(long id,
String name,
String description,
String planKeyString)
Create a new deployment project.
|
DeploymentProject |
DeploymentProjectServiceImpl.editDeploymentProject(long deploymentProjectId,
String name,
String description,
String planKeyString) |
DeploymentProject |
DeploymentProjectService.editDeploymentProject(long deploymentProjectId,
String name,
String description,
String planKeyString)
Edit the details of the deployment project
|
DeploymentProject |
DeploymentProjectServiceImpl.getDeploymentProject(long id) |
DeploymentProject |
DeploymentProjectService.getDeploymentProject(long id) |
DeploymentProject |
DeploymentProjectServiceImpl.getDeploymentProjectForEnvironment(long environmentID) |
DeploymentProject |
DeploymentProjectService.getDeploymentProjectForEnvironment(long environmentID)
Retrieve the deployment project that a specific environment belongs to.
|
DeploymentProject |
DeploymentProjectServiceImpl.getDeploymentProjectForVersion(long versionId) |
DeploymentProject |
DeploymentProjectService.getDeploymentProjectForVersion(long versionId)
Retrieve the deployment project that a specific version belongs to.
|
Modifier and Type | Method and Description |
---|---|
List<DeploymentProject> |
DeploymentProjectServiceImpl.getAllDeploymentProjects() |
List<DeploymentProject> |
DeploymentProjectService.getAllDeploymentProjects() |
List<DeploymentProject> |
DeploymentProjectServiceImpl.getDeploymentProjectsReferencingArtifact(Artifact artifact) |
List<DeploymentProject> |
DeploymentProjectService.getDeploymentProjectsReferencingArtifact(Artifact artifact)
Get all deployment projects that contain a version that uses specified artifact
|
List<DeploymentProject> |
DeploymentProjectServiceImpl.getDeploymentProjectsRelatedToArtifact(ArtifactDefinition artifactDefinition) |
List<DeploymentProject> |
DeploymentProjectService.getDeploymentProjectsRelatedToArtifact(ArtifactDefinition artifactDefinition)
Retrieve the deployment projects that refer to the artifactDefinition within their items
|
List<DeploymentProject> |
DeploymentProjectServiceImpl.getDeploymentProjectsRelatedToPlan(PlanKey planKey) |
List<DeploymentProject> |
DeploymentProjectService.getDeploymentProjectsRelatedToPlan(PlanKey planKey)
Retrieve the deployment projects that are linked to a specific plan
|
List<DeploymentProject> |
DeploymentProjectServiceImpl.getDeploymentProjectsRelatedToPlanOrBranches(PlanKey masterOrBranchPlanKey) |
List<DeploymentProject> |
DeploymentProjectService.getDeploymentProjectsRelatedToPlanOrBranches(PlanKey masterOrBranchPlanKey)
Retrieve the deployment projects that are linked to a specific plan or any of its branches
|
Modifier and Type | Method and Description |
---|---|
Map<Long,EnvironmentStatus> |
DeploymentResultServiceImpl.getLatestStatusForAllEnvironments(Map<Long,Environment> allVisibleEnvironmentsById,
Map<Long,DeploymentProject> allVisibleDeploymentProjectsById) |
Map<Long,EnvironmentStatus> |
DeploymentResultService.getLatestStatusForAllEnvironments(Map<Long,Environment> allVisibleEnvironmentsById,
Map<Long,DeploymentProject> allVisibleDeploymentProjectsById) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentsInProgressServiceImpl.onDeploymentTriggered(DeploymentResult deploymentResult,
DeploymentVersion deploymentVersion,
Environment environment,
DeploymentProject deploymentProject) |
void |
DeploymentsInProgressService.onDeploymentTriggered(DeploymentResult deploymentResult,
DeploymentVersion deploymentVersion,
Environment environment,
DeploymentProject deploymentProject) |
DeploymentInProgressImpl.Builder |
DeploymentInProgressImpl.Builder.withDeploymentProject(DeploymentProject deploymentProject) |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
AbstractDeploymentVersionHistoryAction.getDeploymentProject() |
DeploymentProject |
CreateDeploymentVersion.getDeploymentProject() |
DeploymentProject |
AbstractDeploymentVersionAction.getDeploymentProject() |
DeploymentProject |
RenameDeploymentVersion.getSecuredDomainObject() |
DeploymentProject |
CreateDeploymentVersion.getSecuredDomainObject() |
DeploymentProject |
DeleteDeploymentVersion.getSecuredDomainObject() |
Modifier and Type | Method and Description |
---|---|
protected DeploymentVersion |
AbstractCreateDeploymentVersion.createVersion(DeploymentProject deploymentProject,
String newReleaseBuildResult,
String versionName) |
protected void |
AbstractCreateDeploymentVersion.validateNewRelease(DeploymentProject deploymentProject,
String newReleaseBuildResult,
String versionName) |
Constructor and Description |
---|
IndexedVersionImpl(DeploymentVersion deploymentVersion,
DeploymentProject deploymentProject,
PlanResultKey planResultKey,
List<DeploymentVersionLinkedJiraIssue> issues) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<DeploymentProject,DeploymentVersion> |
DeploymentVersionServiceImpl.findVersionsAssociatedWithJiraIssue(String issueKey) |
com.google.common.collect.Multimap<DeploymentProject,DeploymentVersion> |
DeploymentVersionService.findVersionsAssociatedWithJiraIssue(String issueKey)
Find all the version that are associated with a JIRA issue, grouped by
DeploymentProject |
Modifier and Type | Method and Description |
---|---|
Map<DeploymentVersion,Integer> |
DeploymentVersionServiceImpl.findLatestKnownVersionsForEnvironmentsOfDeploymentProject(DeploymentProject deploymentProject) |
Map<DeploymentVersion,Integer> |
DeploymentVersionService.findLatestKnownVersionsForEnvironmentsOfDeploymentProject(DeploymentProject deploymentProject)
Find all
DeploymentVersion that are currently deployed on environments of a DeploymentProject
For each version found give number of environments it is present on. |
DeploymentVersion |
DeploymentVersionServiceImpl.getDeploymentVersion(DeploymentVersionDto dto,
DeploymentProject project) |
DeploymentVersion |
DeploymentVersionDtoManager.getDeploymentVersion(DeploymentVersionDto dto,
DeploymentProject project)
Deprecated.
Convert a DeploymentVersionDto to a
DeploymentVersion . |
Modifier and Type | Method and Description |
---|---|
static QuickSearchDocument |
QuickSearchDocumentFactory.forDeploymentProject(DeploymentProject deploymentProject) |
Constructor and 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) |
Constructor and Description |
---|
RestDeploymentProjectLink(DeploymentProject deploymentProject,
String baseUrl,
int environmentCount,
int upToDateEnvironmentCount) |
RestDeploymentProjectStatusForJiraIssue(DeploymentProject deploymentProject,
List<DeploymentVersion> versions,
List<EnvironmentStatus> environmentStatuses,
String baseUrl,
DeploymentVersionService deploymentVersionService) |
Modifier and Type | Method and Description |
---|---|
RestDedicatedAgentBuilder |
RestDedicatedAgentBuilder.withDeploymentProject(DeploymentProject deploymentProject) |
Constructor and Description |
---|
AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType,
long executorId,
DeploymentProject deploymentProject) |
AgentAssignmentSearchResult(DeploymentProject deploymentProject) |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
DeploymentsTestServiceImpl.createDeploymentProjectWithEnvironments(PlanKey planKey) |
DeploymentProject |
DeploymentsTestService.createDeploymentProjectWithEnvironments(PlanKey planKey) |
DeploymentProject |
DeploymentsTestServiceImpl.createSimpleDeployment(PlanKey planKey) |
DeploymentProject |
DeploymentsTestService.createSimpleDeployment(PlanKey planKey) |
Modifier and Type | Method and Description |
---|---|
DeploymentVersion |
DeploymentsTestServiceImpl.createDeploymentVersion(DeploymentProject deploymentProject,
PlanResultKey resultKey) |
DeploymentVersion |
DeploymentsTestService.createDeploymentVersion(DeploymentProject deploymentProject,
PlanResultKey resultKey) |
List<DeploymentVersion> |
DeploymentsTestServiceImpl.createDeploymentVersions(DeploymentProject deploymentProject,
int firstResult,
int maxResults) |
List<DeploymentVersion> |
DeploymentsTestService.createDeploymentVersions(DeploymentProject deploymentProject,
int firstResult,
int maxResults) |
DeploymentResult |
DeploymentsTestServiceImpl.executeDeployment(DeploymentProject deploymentProject,
String environmentName,
String versionName) |
DeploymentResult |
DeploymentsTestService.executeDeployment(DeploymentProject deploymentProject,
String environmentName,
String versionName) |
Modifier and Type | Class and Description |
---|---|
class |
RestDeploymentProject |
Constructor and Description |
---|
RestDeploymentProject(DeploymentProject deploymentProject,
List<? extends RestEnvironment> environments) |
Modifier and Type | Method and Description |
---|---|
static DeploymentProject |
DeploymentProjectTestHelper.mockDeploymentProject(DeploymentProjectService deploymentProjectService,
long id,
String name) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractEnvironmentTriggerConfigurator.hasDeploymentProjectPlanMultipleBranches(DeploymentProject deploymentProject) |
protected boolean |
AbstractEnvironmentTriggerConfigurator.hasTheSameMasterPlanAsDeploymentProject(DeploymentProject deploymentProject,
DeploymentTriggerBranchSelectionMode branchSelectionMode,
String planKeyString) |
protected void |
AbstractEnvironmentTriggerConfigurator.populateContextWithBranchControlVariablesForDeployments(DeploymentProject deploymentProject,
DeploymentTriggerBranchSelectionMode branchSelectionMode,
String triggeringBranchKey,
Map<String,Object> context) |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
ConfigureElasticImageConfiguration.getDeploymentProject(long deploymentProjectId) |
Constructor and Description |
---|
AgentAssignmentExecutableDetails(DeploymentProject deploymentProject) |
AgentAssignmentExecutableDetails(Environment environment,
DeploymentProject deploymentProject,
boolean capabilitiesMatch) |
Modifier and Type | Method and Description |
---|---|
List<DeploymentProject> |
ConfigureBuildArtifact.getDeploymentProjectsUsingArtifact(ArtifactDefinition artifactDefinition) |
Modifier and Type | Method and Description |
---|---|
List<DeploymentProject> |
StageAction.getRelatedDeploymentProjects() |
Modifier and Type | Method and Description |
---|---|
String |
TriggerUIConfigBean.prepareCreateHtml(TriggerModuleDescriptor triggerDescriptor,
TaskRenderMode renderMode,
DeploymentProject deploymentProject) |
Modifier and Type | Method and Description |
---|---|
List<DeploymentProject> |
DeletePlan.getLinkedDeploymentProjects() |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
DeploymentProjectEditSecurityAware.getSecuredDomainObject() |
Modifier and Type | Method and Description |
---|---|
abstract List<DeploymentProject> |
DecoratedPlan.getRelatedDeploymentProjects() |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.