Modifier and Type | Method and Description |
---|---|
@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) |
@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.
|
Modifier and Type | Method and 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 dir
|
Path |
DeploymentExportServiceImpl.exportSingleDeployment(@NotNull DeploymentProject project) |
Modifier and Type | Method and 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 Spec
|
String |
SpecsExporterImpl.getCodeFromDeploymentProject(DeploymentProject deploymentProject,
SpecsExporter.ExportFormat format,
String packageName,
String className) |
Modifier and Type | Method and Description |
---|---|
List<DeploymentProject> |
EditLinkedRepository.getBambooSpecsPermittedDeploymentProjects() |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
ConfigureEnvironmentMiscellaneousSettings.getDeploymentProject() |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
DecoratedEnvironment.getDeploymentProject() |
DeploymentProject |
DecoratedEnvironmentImpl.getDeploymentProject() |
Constructor and Description |
---|
DecoratedEnvironmentImpl(DeploymentProject deploymentProject,
Environment environment) |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
MoveEnvironment.getDeploymentProject() |
DeploymentProject |
ConfigureEnvironmentPermissions.getDeploymentProject() |
DeploymentProject |
ConfigureEnvironmentNotifications.getDeploymentProject() |
DeploymentProject |
CreateEnvironment.getDeploymentProject() |
DeploymentProject |
ConfigureEnvironment.getDeploymentProject() |
DeploymentProject |
CloneEnvironment.getDeploymentProject() |
DeploymentProject |
ConfigureEnvironmentTasks.getDeploymentProject() |
DeploymentProject |
ViewEnvironment.getDeploymentProject() |
DeploymentProject |
MoveEnvironment.getSecuredDomainObject() |
DeploymentProject |
CreateEnvironment.getSecuredDomainObject() |
DeploymentProject |
CloneEnvironment.getSecuredDomainObject() |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
ConfigureEnvironmentAgents.getDeploymentProject() |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
ConfigureEnvironmentDocker.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 |
EnvironmentService.getEnvironmentCountForProject(DeploymentProject deploymentProject) |
int |
EnvironmentServiceImpl.getEnvironmentCountForProject(DeploymentProject deploymentProject) |
Constructor and 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,
@NotNull boolean isVerboseLoggingOn) |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
ViewDeploymentResult.getDeploymentProject() |
DeploymentProject |
ExecuteManualDeployment.getDeploymentProject() |
DeploymentProject |
ViewDeploymentWebhookResponses.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 |
---|---|
@NotNull DeploymentProject |
DeploymentProjectStatusForResultSummary.getDeploymentProject() |
@NotNull DeploymentProject |
DeploymentProjectWithEnvironmentStatuses.getDeploymentProject() |
@NotNull DeploymentProject |
DeploymentProjectStatusForResultSummaryImpl.getDeploymentProject() |
@NotNull DeploymentProject |
DeploymentProjectWithEnvironmentStatusesImpl.getDeploymentProject() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Function<DeploymentProject,List<DeploymentProjectItem>> |
DeploymentProjectFunctions.getDeploymentProjectItems(@NotNull DeploymentProjectService deploymentProjectService) |
Map<DeploymentProject,List<Environment>> |
DeploymentProjectWithEnvironmentForDashboard.getDeploymentsWithEnvironments() |
Constructor and 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 and Description |
---|
DeploymentProjectWithEnvironmentForDashboard(Map<DeploymentProject,List<Environment>> deploymentsWithEnvironments,
boolean hasMore,
int nextStart) |
Modifier and Type | Field and Description |
---|---|
protected DeploymentProject |
AbstractDeploymentProjectDetailsAction.deploymentProject |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
List<DeploymentProject> |
DeploymentProjectService.getDeploymentProjectsReferencingArtifact(@NotNull Artifact artifact)
Get all deployment projects that contain a version that uses specified artifact
|
List<DeploymentProject> |
DeploymentProjectServiceImpl.getDeploymentProjectsReferencingArtifact(@NotNull Artifact artifact) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Map<Long,EnvironmentStatus> |
DeploymentResultService.getLatestStatusForAllEnvironments(Map<Long,Environment> environmentsById,
Map<Long,DeploymentProject> deploymentProjectsById)
Deprecated.
|
Map<Long,EnvironmentStatus> |
DeploymentResultServiceImpl.getLatestStatusForAllEnvironments(Map<Long,Environment> environmentsById,
Map<Long,DeploymentProject> deploymentProjectsById) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
CreateDeploymentVersion.getDeploymentProject() |
DeploymentProject |
AbstractDeploymentVersionHistoryAction.getDeploymentProject() |
DeploymentProject |
AbstractDeploymentVersionAction.getDeploymentProject() |
DeploymentProject |
CreateDeploymentVersion.getSecuredDomainObject() |
DeploymentProject |
DeleteDeploymentVersion.getSecuredDomainObject() |
DeploymentProject |
RenameDeploymentVersion.getSecuredDomainObject() |
Modifier and Type | Method and Description |
---|---|
protected DeploymentVersion |
AbstractCreateDeploymentVersion.createVersion(DeploymentProject deploymentProject,
String newReleaseBuildResult,
String versionName) |
protected void |
AbstractCreateDeploymentVersion.validateNewRelease(@NotNull DeploymentProject deploymentProject,
@Nullable String newReleaseBuildResult,
@Nullable String versionName) |
Modifier and Type | Method and Description |
---|---|
@NotNull 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. |
@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> |
DeploymentVersionServiceImpl.getDeploymentProjectVersionsNoVariables(@NotNull DeploymentProject deploymentProject) |
@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,
int offset,
int maxResults) |
@Nullable DeploymentVersion |
DeploymentVersionDtoManager.getDeploymentVersion(@Nullable DeploymentVersionDto dto,
@Nullable DeploymentProject project)
Deprecated.
Convert a DeploymentVersionDto to a
DeploymentVersion . |
@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> |
DeploymentVersionServiceImpl.searchVersionsByBranchNoVariables(@NotNull DeploymentProject deploymentProject,
@NotNull PlanKey branchKey) |
@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,
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) |
Modifier and Type | Method and Description |
---|---|
static QuickSearchDocumentImpl |
QuickSearchDocumentFactory.forDeploymentProject(DeploymentProject deploymentProject) |
Constructor and Description |
---|
RssAffectedDeployment(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) |
Modifier and Type | Method and Description |
---|---|
static void |
RestHelper.assertNotRssDeploymentProject(@NotNull DeploymentProject deploymentProject)
Asserts deployment project is not managed by repository stored specs.
|
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
RestDedicatedAgentBuilder |
RestDedicatedAgentBuilder.withDeploymentProject(@NotNull DeploymentProject deploymentProject) |
Constructor and Description |
---|
AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType,
long executorId,
@NotNull DeploymentProject deploymentProject) |
AgentAssignmentSearchResult(@NotNull DeploymentProject deploymentProject) |
ProjectSearchResult(@NotNull DeploymentProject deployment) |
Modifier and Type | Method and Description |
---|---|
List<DeploymentProject> |
ProjectsRestServiceImpl.getDeploymentProjects(@NotNull javax.ws.rs.core.UriInfo uriInfo) |
List<DeploymentProject> |
ProjectsRestService.getDeploymentProjects(@NotNull javax.ws.rs.core.UriInfo uriInfo)
Get a list of deployment projects.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
class |
RestDeploymentProject |
Constructor and Description |
---|
RestDeploymentProject(@NotNull DeploymentProject deploymentProject,
@NotNull List<? extends RestEnvironment> environments) |
Modifier and Type | Method and Description |
---|---|
static void |
PermissionsServiceUtils.assertCanManagePermissionsForDeploymentProject(DeploymentProject deploymentProject,
BambooPermissionManager bambooPermissionManager) |
Modifier and Type | Method and Description |
---|---|
static DeploymentProject |
DeploymentProjectTestHelper.mockDeploymentProject(@NotNull DeploymentProjectService deploymentProjectService,
long id,
String name) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
FreemarkerContext.getRssLink(@NotNull DeploymentProject project) |
@Nullable String |
FreemarkerContext.getRssRepositoryId(@NotNull DeploymentProject project) |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
ConfigureElasticImageConfiguration.getDeploymentProject(long deploymentProjectId) |
Constructor and Description |
---|
AgentAssignmentExecutableDetails(@NotNull DeploymentProject deploymentProject) |
AgentAssignmentExecutableDetails(@NotNull Environment environment,
@Nullable DeploymentProject deploymentProject,
boolean capabilitiesMatch) |
Modifier and Type | Method and Description |
---|---|
List<DeploymentProject> |
StageAction.getRelatedDeploymentProjects() |
Modifier and Type | Method and Description |
---|---|
@NotNull String |
TriggerUIConfigBean.prepareCreateHtml(@NotNull TriggerModuleDescriptor triggerDescriptor,
@NotNull TaskRenderMode renderMode,
@NotNull DeploymentProject deploymentProject) |
Modifier and Type | Method and Description |
---|---|
List<DeploymentProject> |
DeletePlan.getLinkedDeploymentProjects() |
Modifier and Type | Method and Description |
---|---|
List<DeploymentProject> |
EditProjectRepository.getBambooSpecsPermittedDeploymentProjects() |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
DeploymentProjectReadOnlyInterceptorAware.getSecuredDomainObject() |
Modifier and Type | Method and Description |
---|---|
abstract List<DeploymentProject> |
DecoratedPlan.getRelatedDeploymentProjects() |
List<DeploymentProject> |
DecoratedPlan.DecoratedBranch.getRelatedDeploymentProjects() |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.