Uses of Interface
com.atlassian.bamboo.deployments.projects.versionnaming.InternalVersionNamingScheme

Packages that use InternalVersionNamingScheme
com.atlassian.bamboo.deployments   
com.atlassian.bamboo.deployments.projects   
com.atlassian.bamboo.deployments.projects.matcher.versionnaming   
com.atlassian.bamboo.deployments.projects.persistence.versionnaming   
com.atlassian.bamboo.deployments.projects.versionnaming   
 

Uses of InternalVersionNamingScheme in com.atlassian.bamboo.deployments
 

Methods in com.atlassian.bamboo.deployments with type parameters of type InternalVersionNamingScheme
static
<T extends InternalVersionNamingScheme>
org.hamcrest.Matcher<T>
DeploymentMatchers.equalToVersionNamingScheme(T reference)
           
 

Methods in com.atlassian.bamboo.deployments that return InternalVersionNamingScheme
static InternalVersionNamingScheme DeploymentMocks.mockVersionNamingScheme(long id, java.lang.String nextVersionName, boolean isAutoIncrement, java.util.Set<java.lang.String> variablesToAutoincrement)
           
 

Uses of InternalVersionNamingScheme in com.atlassian.bamboo.deployments.projects
 

Classes in com.atlassian.bamboo.deployments.projects that implement InternalVersionNamingScheme
 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
 class IsVersionNamingSchemeEq<T extends InternalVersionNamingScheme>
           
 

Methods in com.atlassian.bamboo.deployments.projects.matcher.versionnaming with type parameters of type InternalVersionNamingScheme
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
 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
 class MutableVersionNamingSchemeImpl
           
 

Uses of InternalVersionNamingScheme in com.atlassian.bamboo.deployments.projects.versionnaming
 

Subinterfaces of InternalVersionNamingScheme in com.atlassian.bamboo.deployments.projects.versionnaming
 interface VersionNamingScheme
          Version Naming Configuration for a Deployment Project.
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.