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 InternalDeploymentProjectDeploymentMocks. 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 voidLinkedDeploymentProjectCacheServiceImpl. add(@NotNull InternalDeploymentProject deploymentProject)voidLinkedDeploymentProjectCacheService. refresh(@NotNull InternalDeploymentProject deploymentProject)voidLinkedDeploymentProjectCacheServiceImpl. 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 interfaceDeploymentProjectRepresents a Deployment Project.Classes in com.atlassian.bamboo.deployments.projects that implement InternalDeploymentProject Modifier and Type Class Description classDeploymentProjectIdentifierclassDeploymentProjectImplImmutable 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 classIsDeploymentProjectEq<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 interfaceMutableDeploymentProjectRepresents 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 classMutableDeploymentProjectImpl -
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 MutableDeploymentVersionVersionNamingService. 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 MutableDeploymentVersionVersionNamingServiceImpl. 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 QuickSearchItemImplQuickSearchItemImpl. forDeploymentProject(@NotNull InternalDeploymentProject deploymentProject)voidQuickSearchIndexer. indexDeploymentProject(@NotNull InternalDeploymentProject deploymentProject)voidQuickSearchIndexerImpl. indexDeploymentProject(@NotNull InternalDeploymentProject deploymentProject)
-