Uses of Interface
com.atlassian.bamboo.deployments.projects.persistence.versionnaming.MutableVersionNamingScheme
-
-
Uses of MutableVersionNamingScheme in com.atlassian.bamboo.deployments.projects
Constructors in com.atlassian.bamboo.deployments.projects with parameters of type MutableVersionNamingScheme Constructor Description VersionNamingSchemeImpl(MutableVersionNamingScheme versionNamingScheme) -
Uses of MutableVersionNamingScheme in com.atlassian.bamboo.deployments.projects.migration.stream.versionnaming
Methods in com.atlassian.bamboo.deployments.projects.migration.stream.versionnaming that return MutableVersionNamingScheme Modifier and Type Method Description protected @NotNull MutableVersionNamingSchemeVersionNamingSchemeMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)Methods in com.atlassian.bamboo.deployments.projects.migration.stream.versionnaming with parameters of type MutableVersionNamingScheme Modifier and Type Method Description protected voidVersionNamingSchemeMapper. exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull MutableVersionNamingScheme versionNamingScheme, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean)protected voidVersionNamingSchemeMapper. importProperties(@NotNull MutableVersionNamingScheme versionNamingScheme, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) -
Uses of MutableVersionNamingScheme in com.atlassian.bamboo.deployments.projects.persistence
Methods in com.atlassian.bamboo.deployments.projects.persistence that return MutableVersionNamingScheme Modifier and Type Method Description @NotNull MutableVersionNamingSchemeDeploymentProjectDao. createNewVersionNamingSchemeInstance()@NotNull MutableVersionNamingSchemeDeploymentProjectDaoImpl. createNewVersionNamingSchemeInstance()@Nullable MutableVersionNamingSchemeDeploymentProjectDao. getVersionNamingSchemeForProject(long projectId)Get the version naming configuration for a specific project@Nullable MutableVersionNamingSchemeDeploymentProjectDaoImpl. getVersionNamingSchemeForProject(long deploymentProjectId)Methods in com.atlassian.bamboo.deployments.projects.persistence with parameters of type MutableVersionNamingScheme Modifier and Type Method Description voidDeploymentProjectDao. delete(MutableVersionNamingScheme versionNamingScheme)Delete the version naming SchemevoidDeploymentProjectDaoImpl. delete(MutableVersionNamingScheme versionNamingScheme)voidDeploymentProjectDao. save(MutableVersionNamingScheme versionNamingScheme)Save the version naming SchemevoidDeploymentProjectDaoImpl. save(MutableVersionNamingScheme versionNamingScheme) -
Uses of MutableVersionNamingScheme in com.atlassian.bamboo.deployments.projects.persistence.versionnaming
Classes in com.atlassian.bamboo.deployments.projects.persistence.versionnaming that implement MutableVersionNamingScheme Modifier and Type Class Description classMutableVersionNamingSchemeImpl -
Uses of MutableVersionNamingScheme in com.atlassian.bamboo.deployments.versions.service
Methods in com.atlassian.bamboo.deployments.versions.service that return MutableVersionNamingScheme Modifier and Type Method Description @Nullable MutableVersionNamingSchemeVersionNamingService. getVersionNamingSchemeForProject(long deploymentProjectId)Get the version naming configuration for a project@Nullable MutableVersionNamingSchemeVersionNamingServiceImpl. getVersionNamingSchemeForProject(long deploymentProjectId)@NotNull MutableVersionNamingSchemeVersionNamingService. updateVersionNamingSchemeForProject(long deploymentProjectId, String nextVersionName, boolean autoIncrement, boolean applicableToBranches, @NotNull Set<String> variablesToAutoIncrement)update the version naming configuration for a project@NotNull MutableVersionNamingSchemeVersionNamingServiceImpl. updateVersionNamingSchemeForProject(long deploymentProjectId, String nextVersionName, boolean autoIncrement, boolean applicableToBranches, @NotNull Set<String> variablesToAutoIncrement)Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type MutableVersionNamingScheme Modifier and Type Method Description protected @Nullable io.atlassian.fugue.Pair<String,String>VersionNamingServiceImpl. getUniqueVersionNameByAutoIncrementing(long deploymentProjectId, MutableVersionNamingScheme versionNamingScheme, String nextSubstitutedName, VariableSubstitutor variableSubstitutor)
-