Uses of Interface
com.atlassian.bamboo.deployments.projects.versionnaming.InternalVersionNamingScheme
Packages that use InternalVersionNamingScheme
Package
Description
-
Uses of InternalVersionNamingScheme in com.atlassian.bamboo.deployments
Methods in com.atlassian.bamboo.deployments with type parameters of type InternalVersionNamingSchemeModifier and TypeMethodDescriptionstatic <T extends InternalVersionNamingScheme>
org.hamcrest.Matcher<T>DeploymentMatchers.equalToVersionNamingScheme
(T reference) Methods in com.atlassian.bamboo.deployments that return InternalVersionNamingSchemeModifier and TypeMethodDescriptionstatic 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 -
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 InternalVersionNamingSchemeModifier and TypeClassDescriptionclass
Methods in com.atlassian.bamboo.deployments.projects.matcher.versionnaming with type parameters of type InternalVersionNamingSchemeModifier and TypeMethodDescriptionstatic <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.versionnamingModifier and TypeInterfaceDescriptioninterface
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 -
Uses of InternalVersionNamingScheme in com.atlassian.bamboo.deployments.projects.versionnaming
Subinterfaces of InternalVersionNamingScheme in com.atlassian.bamboo.deployments.projects.versionnamingModifier and TypeInterfaceDescriptioninterface
Version Naming Configuration for a Deployment Project.