Modifier and Type | Method and Description |
---|---|
MutableDeploymentVersion |
DeploymentsImportContext.getDeploymentVersion() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentsImportContext.setDeploymentVersion(MutableDeploymentVersion deploymentVersion) |
Modifier and Type | Method and Description |
---|---|
void |
MutableDeploymentResultImpl.setDeploymentVersion(@Nullable MutableDeploymentVersion deploymentVersion) |
Constructor and Description |
---|
DeploymentVersionImpl(MutableDeploymentVersion version,
@Nullable DeploymentVersionStatus versionStatus,
String creatorDisplayName,
@Nullable String creatorGravatarUrl) |
Modifier and Type | Method and Description |
---|---|
protected @NotNull MutableDeploymentVersion |
DeploymentVersionMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
protected @NotNull MutableDeploymentVersion |
DeploymentVersionPropertiesMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentVersionMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull List<MutableDeploymentVersion> list,
@NotNull MutableDeploymentVersion deploymentVersion,
long objectIndex,
@NotNull org.hibernate.Session session) |
protected void |
DeploymentVersionMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull MutableDeploymentVersion deploymentVersion,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
DeploymentVersionPropertiesMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull MutableDeploymentVersion deploymentVersion,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
DeploymentVersionMapper.importProperties(@NotNull MutableDeploymentVersion foobar,
@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull org.hibernate.Session session)
During import MutableDeploymentVersion argument passed to this method is ignored
|
protected void |
DeploymentVersionPropertiesMapper.importProperties(@NotNull MutableDeploymentVersion object,
@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull org.hibernate.Session session) |
Modifier and Type | Class and Description |
---|---|
class |
MutableDeploymentVersionImpl |
Modifier and Type | Method and Description |
---|---|
@Nullable MutableDeploymentVersion |
DeploymentVersionDaoImpl.findLatestVersionForProject(long deploymentProjectId) |
@Nullable MutableDeploymentVersion |
DeploymentVersionDao.findLatestVersionForProject(long deploymentProjectId)
Find the latest version for a deployment project.
|
@Nullable MutableDeploymentVersion |
DeploymentVersionDaoImpl.findLatestVersionForProject(long deploymentProjectId,
@NotNull PlanKey branchKey) |
@Nullable MutableDeploymentVersion |
DeploymentVersionDao.findLatestVersionForProject(long deploymentProjectId,
@NotNull PlanKey branchKey)
Find the latest version for a deployment project.
|
MutableDeploymentVersion |
DeploymentVersionDaoImpl.findNextVersionContainingResult(long deploymentProjectId,
@NotNull PlanResultKey planResultKey) |
@Nullable MutableDeploymentVersion |
DeploymentVersionDao.findNextVersionContainingResult(long deploymentProjectId,
@NotNull PlanResultKey planResultKey)
Find the first version that is created from a result which is later than current result (not taking custom revision into account)
|
@Nullable MutableDeploymentVersion |
DeploymentVersionDaoImpl.findPreviousVersion(long deploymentProjectId,
@NotNull MutableDeploymentVersion deploymentVersion) |
@Nullable MutableDeploymentVersion |
DeploymentVersionDao.findPreviousVersion(long deploymentProjectId,
@NotNull MutableDeploymentVersion deploymentVersion)
Find the last version created before this one.
|
MutableDeploymentVersion |
DeploymentVersionPlanResultKey.getDeploymentVersion() |
MutableDeploymentVersion |
DeploymentVersionDaoImpl.getDeploymentVersion(long deploymentVersionId) |
@Nullable MutableDeploymentVersion |
DeploymentVersionDao.getDeploymentVersion(long deploymentVersionId)
Get MutableDeploymentVersion by id
|
@Nullable MutableDeploymentVersion |
DeploymentVersionDaoImpl.getDeploymentVersionByName(@NotNull String existingVersionName,
long deploymentProjectId) |
@Nullable MutableDeploymentVersion |
DeploymentVersionDao.getDeploymentVersionByName(@NotNull String existingVersionName,
long deploymentProjectId)
Retrieve a specific version by name for a project
|
@Nullable MutableDeploymentVersion |
DeploymentVersionDaoImpl.getRelatedVersion(long deploymentProjectId,
@NotNull PlanResultKey planResultKey) |
@Nullable MutableDeploymentVersion |
DeploymentVersionDao.getRelatedVersion(long deploymentProjectId,
@NotNull PlanResultKey planResultKey)
Find latest version of a deployment project that is related to specific plan result.
|
MutableDeploymentVersion |
MutableDeploymentVersionStatusImpl.getVersion() |
MutableDeploymentVersion |
MutableDeploymentVersionStatus.getVersion() |
Modifier and Type | Method and Description |
---|---|
List<MutableDeploymentVersion> |
DeploymentVersionDaoImpl.findLatestKnownVersionsForEnvironmentsOfDeploymentProject(long deploymentProjectId) |
List<MutableDeploymentVersion> |
DeploymentVersionDao.findLatestKnownVersionsForEnvironmentsOfDeploymentProject(long deploymentProjectId)
Find all the versions that are currently deployed on environments of a deployment projects.
|
Iterable<MutableDeploymentVersion> |
DeploymentVersionDaoImpl.findVersionsBetween(long deploymentProjectId,
long version1Id,
long version2Id) |
Iterable<MutableDeploymentVersion> |
DeploymentVersionDao.findVersionsBetween(long deploymentVersionId,
long version1Id,
long version2Id)
Find versions created between version1 and version2.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentVersionDaoImpl.delete(MutableDeploymentVersion deploymentVersion) |
void |
DeploymentVersionDao.delete(MutableDeploymentVersion deploymentVersion)
Delete MutableDeploymentVersion
|
@Nullable MutableDeploymentVersion |
DeploymentVersionDaoImpl.findPreviousVersion(long deploymentProjectId,
@NotNull MutableDeploymentVersion deploymentVersion) |
@Nullable MutableDeploymentVersion |
DeploymentVersionDao.findPreviousVersion(long deploymentProjectId,
@NotNull MutableDeploymentVersion deploymentVersion)
Find the last version created before this one.
|
void |
DeploymentVersionDaoImpl.save(@NotNull MutableDeploymentVersion deploymentVersion)
MutableDeploymentVersionItem members of
getItems() are persisted in a cascade |
void |
DeploymentVersionDao.save(@NotNull MutableDeploymentVersion deploymentVersion)
Save MutableDeploymentVersion
|
void |
DeploymentVersionPlanResultKey.setDeploymentVersion(MutableDeploymentVersion deploymentVersion) |
void |
MutableDeploymentVersionStatusImpl.setVersion(MutableDeploymentVersion version) |
void |
MutableDeploymentVersionStatus.setVersion(MutableDeploymentVersion version) |
Constructor and Description |
---|
DeploymentVersionPlanResultKey(MutableDeploymentVersion deploymentVersion,
@NotNull PlanResultKey planResultKey) |
FromPlanResultKey(MutableDeploymentVersion deploymentVersion)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MutableDeploymentVersion |
MutableDeploymentVersionVcsChangesetImpl.getDeploymentVersion() |
@NotNull MutableDeploymentVersion |
MutableDeploymentVersionVcsChangeset.getDeploymentVersion() |
Modifier and Type | Method and Description |
---|---|
void |
MutableDeploymentVersionVcsChangesetImpl.setDeploymentVersion(MutableDeploymentVersion deploymentVersion) |
void |
MutableDeploymentVersionVcsChangeset.setDeploymentVersion(@NotNull MutableDeploymentVersion deploymentVersion) |
Constructor and Description |
---|
MutableDeploymentVersionVcsChangesetImpl(MutableDeploymentVersion deploymentVersion,
RepositoryChangeset repositoryChangeset) |
Modifier and Type | Method and Description |
---|---|
MutableDeploymentVersion |
MutableDeploymentVersionLinkedJiraIssue.getDeploymentVersion() |
MutableDeploymentVersion |
MutableDeploymentVersionLinkedJiraIssueImpl.getDeploymentVersion() |
Modifier and Type | Method and Description |
---|---|
void |
MutableDeploymentVersionLinkedJiraIssue.setDeploymentVersion(MutableDeploymentVersion deploymentVersion) |
void |
MutableDeploymentVersionLinkedJiraIssueImpl.setDeploymentVersion(MutableDeploymentVersion deploymentVersion) |
Constructor and Description |
---|
MutableDeploymentVersionLinkedJiraIssueImpl(@NotNull MutableDeploymentVersion deploymentVersion,
@NotNull InternalLinkedJiraIssue linkedJiraIssue) |
Modifier and Type | Method and Description |
---|---|
MutableDeploymentVersion |
AbstractMutableDeploymentVersionItem.getDeploymentVersion() |
MutableDeploymentVersion |
MutableDeploymentVersionItem.getDeploymentVersion() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMutableDeploymentVersionItem.setDeploymentVersion(MutableDeploymentVersion deploymentVersion) |
void |
MutableDeploymentVersionItem.setDeploymentVersion(MutableDeploymentVersion deploymentVersion) |
Modifier and Type | Method and Description |
---|---|
@NotNull MutableDeploymentVersion |
VersionNamingServiceImpl.nameAndCreateVersion(@NotNull InternalDeploymentProject deploymentProject,
@NotNull ImmutablePlan linkedPlan,
@NotNull MutableDeploymentVersion deploymentVersion,
@Nullable String versionName,
@Nullable String nextVersionName,
@NotNull Map<String,VariableDefinitionContext> variables) |
@NotNull MutableDeploymentVersion |
VersionNamingService.nameAndCreateVersion(@NotNull InternalDeploymentProject deploymentProject,
@NotNull ImmutablePlan linkedPlan,
@NotNull MutableDeploymentVersion version,
@Nullable String versionName,
@Nullable String nextVersionName,
@NotNull Map<String,VariableDefinitionContext> variables)
Takes a new deployment version, if new version name supplied, uses that, otherwise generates unique name based on version naming scheme.
|
@NotNull MutableDeploymentVersion |
VersionNamingServiceImpl.renameVersion(long deploymentProjectId,
DeploymentVersion deploymentVersion,
String newVersionName) |
@NotNull MutableDeploymentVersion |
VersionNamingService.renameVersion(long deploymentProjectId,
DeploymentVersion deploymentVersion,
String newVersionName)
Rename a version.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentVersionChainResultDataCollector.createChangesetsAndJiraIssues(long deploymentProjectId,
@NotNull MutableDeploymentVersion mutableDeploymentVersion,
@NotNull PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened
between the 2 versions and saves them to the db.
|
void |
DeploymentVersionChainResultDataCollectorImpl.createChangesetsAndJiraIssues(long deploymentProjectId,
@NotNull MutableDeploymentVersion mutableDeploymentVersion,
@NotNull PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened
between the 2 versions and saves them to the db.
|
@NotNull Pair<List<MutableDeploymentVersionVcsChangeset>,List<InternalLinkedJiraIssue>> |
DeploymentVersionChainResultDataCollector.findChangesetsAndJiraIssues(long deploymentProjectId,
@Nullable MutableDeploymentVersion newVersion,
@NotNull PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened
between the 2 versions.
|
@NotNull Pair<List<MutableDeploymentVersionVcsChangeset>,List<InternalLinkedJiraIssue>> |
DeploymentVersionChainResultDataCollectorImpl.findChangesetsAndJiraIssues(long deploymentProjectId,
@Nullable MutableDeploymentVersion newVersion,
@NotNull PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened
between the 2 versions.
|
@NotNull Pair<List<DeploymentVersionVcsChangeset>,List<InternalLinkedJiraIssue>> |
DeploymentVersionChainResultDataCollector.findImmutableChangesetsAndJiraIssues(long deploymentProjectId,
@Nullable MutableDeploymentVersion newVersion,
@NotNull PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened
between the 2 versions.
|
@NotNull Pair<List<DeploymentVersionVcsChangeset>,List<InternalLinkedJiraIssue>> |
DeploymentVersionChainResultDataCollectorImpl.findImmutableChangesetsAndJiraIssues(long deploymentProjectId,
@Nullable MutableDeploymentVersion newVersion,
@NotNull PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened
between the 2 versions.
|
@NotNull MutableDeploymentVersion |
VersionNamingServiceImpl.nameAndCreateVersion(@NotNull InternalDeploymentProject deploymentProject,
@NotNull ImmutablePlan linkedPlan,
@NotNull MutableDeploymentVersion deploymentVersion,
@Nullable String versionName,
@Nullable String nextVersionName,
@NotNull Map<String,VariableDefinitionContext> variables) |
@NotNull MutableDeploymentVersion |
VersionNamingService.nameAndCreateVersion(@NotNull InternalDeploymentProject deploymentProject,
@NotNull ImmutablePlan linkedPlan,
@NotNull MutableDeploymentVersion version,
@Nullable String versionName,
@Nullable String nextVersionName,
@NotNull Map<String,VariableDefinitionContext> variables)
Takes a new deployment version, if new version name supplied, uses that, otherwise generates unique name based on version naming scheme.
|
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences