Uses of Interface
com.atlassian.bamboo.deployments.DeploymentKey
-
-
Uses of DeploymentKey in com.atlassian.bamboo.deployments
Subinterfaces of DeploymentKey in com.atlassian.bamboo.deployments Modifier and Type Interface Description interface
DeploymentKeyWithIds
Classes in com.atlassian.bamboo.deployments that implement DeploymentKey Modifier and Type Class Description class
DeploymentKeyImpl
Methods in com.atlassian.bamboo.deployments with parameters of type DeploymentKey Modifier and Type Method Description static DeploymentResultKeyImpl
DeploymentResultKeyImpl. from(@NotNull DeploymentKey environmentKey, long deploymentResultId)
-
Uses of DeploymentKey in com.atlassian.bamboo.deployments.environments
Methods in com.atlassian.bamboo.deployments.environments that return DeploymentKey Modifier and Type Method Description @NotNull DeploymentKey
EnvironmentImpl. getKey()
@NotNull DeploymentKey
EnvironmentWithConfigCounts. getKey()
@NotNull DeploymentKey
InternalEnvironment. getKey()
Key representing this environment. -
Uses of DeploymentKey in com.atlassian.bamboo.deployments.environments.dashboard
Methods in com.atlassian.bamboo.deployments.environments.dashboard that return DeploymentKey Modifier and Type Method Description @NotNull DeploymentKey
EnvironmentStubImpl. getKey()
-
Uses of DeploymentKey in com.atlassian.bamboo.deployments.environments.persistence
Methods in com.atlassian.bamboo.deployments.environments.persistence that return DeploymentKey Modifier and Type Method Description @NotNull DeploymentKey
EnvironmentStubDto. getKey()
@NotNull DeploymentKey
MutableEnvironmentImpl. getKey()
Methods in com.atlassian.bamboo.deployments.environments.persistence with parameters of type DeploymentKey Modifier and Type Method Description @Nullable MutableEnvironment
EnvironmentDao. getEnvironment(@NotNull DeploymentKey environmentKey)
Gets specific Environment by key@Nullable MutableEnvironment
EnvironmentDaoImpl. getEnvironment(@NotNull DeploymentKey environmentKey)
-
Uses of DeploymentKey in com.atlassian.bamboo.deployments.environments.persistence.internal
Methods in com.atlassian.bamboo.deployments.environments.persistence.internal that return DeploymentKey Modifier and Type Method Description @NotNull DeploymentKey
InternalEnvironmentImpl. getKey()
-
Uses of DeploymentKey in com.atlassian.bamboo.deployments.projects
Methods in com.atlassian.bamboo.deployments.projects that return DeploymentKey Modifier and Type Method Description @NotNull DeploymentKey
DeploymentProjectIdentifier. getKey()
@NotNull DeploymentKey
DeploymentProjectImpl. getKey()
@NotNull DeploymentKey
InternalDeploymentProject. getKey()
-
Uses of DeploymentKey in com.atlassian.bamboo.deployments.projects.persistence
Methods in com.atlassian.bamboo.deployments.projects.persistence that return DeploymentKey Modifier and Type Method Description @NotNull DeploymentKey
MutableDeploymentProjectImpl. getKey()
Methods in com.atlassian.bamboo.deployments.projects.persistence with parameters of type DeploymentKey Modifier and Type Method Description @Nullable MutableDeploymentProject
DeploymentProjectDao. getDeploymentProject(@NotNull DeploymentKey key)
Get DeploymentProject by key@Nullable MutableDeploymentProject
DeploymentProjectDaoImpl. getDeploymentProject(@NotNull DeploymentKey key)
void
MutableDeploymentProjectImpl. setKey(@NotNull DeploymentKey key)
Deliberately not on the interface -
Uses of DeploymentKey in com.atlassian.bamboo.event
Methods in com.atlassian.bamboo.event that return DeploymentKey Modifier and Type Method Description DeploymentKey
EnvironmentRequirementUpdatedEvent. getDeploymentKey()
Constructors in com.atlassian.bamboo.event with parameters of type DeploymentKey Constructor Description EnvironmentRequirementUpdatedEvent(Object source, DeploymentKey deploymentKey)
-
Uses of DeploymentKey in com.atlassian.bamboo.rest.model
Classes in com.atlassian.bamboo.rest.model that implement DeploymentKey Modifier and Type Class Description class
RestKey
Used to represent a Key object in rest. -
Uses of DeploymentKey in com.atlassian.bamboo.rest.model.deployments.projects
Methods in com.atlassian.bamboo.rest.model.deployments.projects that return DeploymentKey Modifier and Type Method Description @NotNull DeploymentKey
RestDeploymentProject. getKey()
-