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 MutableVersionNamingScheme
VersionNamingSchemeMapper. 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 void
VersionNamingSchemeMapper. exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull MutableVersionNamingScheme versionNamingScheme, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean)
protected void
VersionNamingSchemeMapper. 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 MutableVersionNamingScheme
DeploymentProjectDao. createNewVersionNamingSchemeInstance()
@NotNull MutableVersionNamingScheme
DeploymentProjectDaoImpl. createNewVersionNamingSchemeInstance()
@Nullable MutableVersionNamingScheme
DeploymentProjectDao. getVersionNamingSchemeForProject(long projectId)
Get the version naming configuration for a specific project@Nullable MutableVersionNamingScheme
DeploymentProjectDaoImpl. getVersionNamingSchemeForProject(long deploymentProjectId)
Methods in com.atlassian.bamboo.deployments.projects.persistence with parameters of type MutableVersionNamingScheme Modifier and Type Method Description void
DeploymentProjectDao. delete(MutableVersionNamingScheme versionNamingScheme)
Delete the version naming Schemevoid
DeploymentProjectDaoImpl. delete(MutableVersionNamingScheme versionNamingScheme)
void
DeploymentProjectDao. save(MutableVersionNamingScheme versionNamingScheme)
Save the version naming Schemevoid
DeploymentProjectDaoImpl. 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 class
MutableVersionNamingSchemeImpl
-
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 MutableVersionNamingScheme
VersionNamingService. getVersionNamingSchemeForProject(long deploymentProjectId)
Get the version naming configuration for a project@Nullable MutableVersionNamingScheme
VersionNamingServiceImpl. getVersionNamingSchemeForProject(long deploymentProjectId)
@NotNull MutableVersionNamingScheme
VersionNamingService. updateVersionNamingSchemeForProject(long deploymentProjectId, String nextVersionName, boolean autoIncrement, boolean applicableToBranches, @NotNull Set<String> variablesToAutoIncrement)
update the version naming configuration for a project@NotNull MutableVersionNamingScheme
VersionNamingServiceImpl. 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)
-