Uses of Interface
com.atlassian.bamboo.deployments.versions.InternalDeploymentVersion
-
-
Uses of InternalDeploymentVersion in com.atlassian.bamboo.deployments
Methods in com.atlassian.bamboo.deployments with type parameters of type InternalDeploymentVersion Modifier and Type Method Description static <T extends InternalDeploymentVersion>
org.hamcrest.Matcher<T>DeploymentMatchers. equalToDeploymentVersion(T reference)
Methods in com.atlassian.bamboo.deployments that return InternalDeploymentVersion Modifier and Type Method Description static InternalDeploymentVersion
DeploymentMocks. mockDeploymentVersion(long id, @NotNull String name)
-
Uses of InternalDeploymentVersion in com.atlassian.bamboo.deployments.versions
Subinterfaces of InternalDeploymentVersion in com.atlassian.bamboo.deployments.versions Modifier and Type Interface Description interface
DeploymentVersion
Classes in com.atlassian.bamboo.deployments.versions that implement InternalDeploymentVersion Modifier and Type Class Description class
DeploymentVersionImpl
-
Uses of InternalDeploymentVersion in com.atlassian.bamboo.deployments.versions.matcher
Classes in com.atlassian.bamboo.deployments.versions.matcher with type parameters of type InternalDeploymentVersion Modifier and Type Class Description class
IsDeploymentVersionEq<T extends InternalDeploymentVersion>
Methods in com.atlassian.bamboo.deployments.versions.matcher with type parameters of type InternalDeploymentVersion Modifier and Type Method Description static <T extends InternalDeploymentVersion>
org.hamcrest.Matcher<T>IsDeploymentVersionEq. equalToDeploymentVersion(T reference)
-
Uses of InternalDeploymentVersion in com.atlassian.bamboo.deployments.versions.persistence
Subinterfaces of InternalDeploymentVersion in com.atlassian.bamboo.deployments.versions.persistence Modifier and Type Interface Description interface
MutableDeploymentVersion
Classes in com.atlassian.bamboo.deployments.versions.persistence that implement InternalDeploymentVersion Modifier and Type Class Description class
MutableDeploymentVersionImpl
-
Uses of InternalDeploymentVersion in com.atlassian.bamboo.rest.model.deployments.versions
Classes in com.atlassian.bamboo.rest.model.deployments.versions that implement InternalDeploymentVersion Modifier and Type Class Description class
RestDeploymentVersion
-