Uses of Interface
com.atlassian.bamboo.deployments.projects.versionnaming.InternalVersionNamingScheme
-
-
Uses of InternalVersionNamingScheme in com.atlassian.bamboo.deployments
Methods in com.atlassian.bamboo.deployments with type parameters of type InternalVersionNamingScheme Modifier and Type Method Description static <T extends InternalVersionNamingScheme>
org.hamcrest.Matcher<T>DeploymentMatchers. equalToVersionNamingScheme(T reference)
Methods in com.atlassian.bamboo.deployments that return InternalVersionNamingScheme Modifier and Type Method Description static InternalVersionNamingScheme
DeploymentMocks. mockVersionNamingScheme(long id, @NotNull String nextVersionName, boolean isAutoIncrement, @NotNull Set<String> variablesToAutoincrement)
-
Uses of InternalVersionNamingScheme in com.atlassian.bamboo.deployments.projects
Classes in com.atlassian.bamboo.deployments.projects that implement InternalVersionNamingScheme Modifier and Type Class Description class
VersionNamingSchemeImpl
-
Uses of InternalVersionNamingScheme in com.atlassian.bamboo.deployments.projects.matcher.versionnaming
Classes in com.atlassian.bamboo.deployments.projects.matcher.versionnaming with type parameters of type InternalVersionNamingScheme Modifier and Type Class Description class
IsVersionNamingSchemeEq<T extends InternalVersionNamingScheme>
Methods in com.atlassian.bamboo.deployments.projects.matcher.versionnaming with type parameters of type InternalVersionNamingScheme Modifier and Type Method Description static <T extends InternalVersionNamingScheme>
org.hamcrest.Matcher<T>IsVersionNamingSchemeEq. equalToVersionNamingScheme(T reference)
-
Uses of InternalVersionNamingScheme in com.atlassian.bamboo.deployments.projects.persistence.versionnaming
Subinterfaces of InternalVersionNamingScheme in com.atlassian.bamboo.deployments.projects.persistence.versionnaming Modifier and Type Interface Description interface
MutableVersionNamingScheme
Version Naming Configuration for a Deployment Project that will be stored in the database.Classes in com.atlassian.bamboo.deployments.projects.persistence.versionnaming that implement InternalVersionNamingScheme Modifier and Type Class Description class
MutableVersionNamingSchemeImpl
-
Uses of InternalVersionNamingScheme in com.atlassian.bamboo.deployments.projects.versionnaming
Subinterfaces of InternalVersionNamingScheme in com.atlassian.bamboo.deployments.projects.versionnaming Modifier and Type Interface Description interface
VersionNamingScheme
Version Naming Configuration for a Deployment Project.
-