Uses of Interface
com.atlassian.bamboo.deployments.projects.InternalDeploymentProject
-
-
Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments
Methods in com.atlassian.bamboo.deployments with type parameters of type InternalDeploymentProject Modifier and Type Method Description static <T extends InternalDeploymentProject>
org.hamcrest.Matcher<T>DeploymentMatchers. equalToDeploymentProject(T reference)
Methods in com.atlassian.bamboo.deployments that return InternalDeploymentProject Modifier and Type Method Description static InternalDeploymentProject
DeploymentMocks. mockDeploymentProject(long id, @NotNull String name, @Nullable String description, @Nullable PlanKey planKey)
-
Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.cache
Methods in com.atlassian.bamboo.deployments.cache with parameters of type InternalDeploymentProject Modifier and Type Method Description void
LinkedDeploymentProjectCacheServiceImpl. add(@NotNull InternalDeploymentProject deploymentProject)
void
LinkedDeploymentProjectCacheService. refresh(@NotNull InternalDeploymentProject deploymentProject)
void
LinkedDeploymentProjectCacheServiceImpl. refresh(@NotNull InternalDeploymentProject deploymentProject)
Constructors in com.atlassian.bamboo.deployments.cache with parameters of type InternalDeploymentProject Constructor Description LinkedDeploymentProjectImpl(@NotNull InternalDeploymentProject deploymentProject)
-
Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.environments.index
Constructors in com.atlassian.bamboo.deployments.environments.index with parameters of type InternalDeploymentProject Constructor Description IndexedEnvironmentImpl(@NotNull InternalDeploymentProject internalDeploymentProject, @NotNull EnvironmentStatus environmentStatus, @Nullable PlanResultKey latestVersionPlanResultKey)
IndexedEnvironmentImpl(@NotNull InternalDeploymentProject project, @NotNull InternalEnvironment environment, @Nullable DeploymentResult latestResult, @Nullable PlanResultKey latestVersionPlanResultKey)
-
Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.projects
Subinterfaces of InternalDeploymentProject in com.atlassian.bamboo.deployments.projects Modifier and Type Interface Description interface
DeploymentProject
Represents a Deployment Project.Classes in com.atlassian.bamboo.deployments.projects that implement InternalDeploymentProject Modifier and Type Class Description class
DeploymentProjectIdentifier
class
DeploymentProjectImpl
Immutable implementation to be exposed by the service -
Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.projects.matcher
Classes in com.atlassian.bamboo.deployments.projects.matcher with type parameters of type InternalDeploymentProject Modifier and Type Class Description class
IsDeploymentProjectEq<T extends InternalDeploymentProject>
Methods in com.atlassian.bamboo.deployments.projects.matcher with type parameters of type InternalDeploymentProject Modifier and Type Method Description static <T extends InternalDeploymentProject>
org.hamcrest.Matcher<T>IsDeploymentProjectEq. equalToDeploymentProject(T reference)
-
Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.projects.persistence
Subinterfaces of InternalDeploymentProject in com.atlassian.bamboo.deployments.projects.persistence Modifier and Type Interface Description interface
MutableDeploymentProject
Represents the Deployment Project that will be stored in the database.Classes in com.atlassian.bamboo.deployments.projects.persistence that implement InternalDeploymentProject Modifier and Type Class Description class
MutableDeploymentProjectImpl
-
Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.versions.service
Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type InternalDeploymentProject Modifier and Type Method Description @NotNull MutableDeploymentVersion
VersionNamingService. nameAndCreateVersion(@NotNull InternalDeploymentProject deploymentProject, @NotNull ImmutablePlan linkedPlan, @NotNull MutableDeploymentVersion version, @Nullable String versionName, @Nullable String nextVersionName, @NotNull Map<String,VariableDefinitionContext> variables)
Takes a new deployment version, if new version name supplied, uses that, otherwise generates unique name based on version naming scheme.@NotNull MutableDeploymentVersion
VersionNamingServiceImpl. nameAndCreateVersion(@NotNull InternalDeploymentProject deploymentProject, @NotNull ImmutablePlan linkedPlan, @NotNull MutableDeploymentVersion deploymentVersion, @Nullable String versionName, @Nullable String nextVersionName, @NotNull Map<String,VariableDefinitionContext> variables)
-
Uses of InternalDeploymentProject in com.atlassian.bamboo.index.quicksearch
Methods in com.atlassian.bamboo.index.quicksearch with parameters of type InternalDeploymentProject Modifier and Type Method Description static QuickSearchItemImpl
QuickSearchItemImpl. forDeploymentProject(@NotNull InternalDeploymentProject deploymentProject)
void
QuickSearchIndexer. indexDeploymentProject(@NotNull InternalDeploymentProject deploymentProject)
void
QuickSearchIndexerImpl. indexDeploymentProject(@NotNull InternalDeploymentProject deploymentProject)
-