Modifier and Type | Method and Description |
---|---|
protected List<ChangedValue> |
VersionEventHandlerImpl.computeChangedValues(Version version,
Version currentVersion) |
Modifier and Type | Method and Description |
---|---|
Version |
DefaultVersionService.archiveVersion(VersionService.ArchiveVersionValidationResult result) |
Version |
VersionService.archiveVersion(VersionService.ArchiveVersionValidationResult result)
Takes a validation result and performs the archive operation.
|
Version |
VersionBuilderImpl.build() |
Version |
VersionBuilder.build() |
Version |
DefaultVersionService.createVersion(ApplicationUser user,
VersionService.CreateVersionValidationResult request) |
Version |
VersionService.createVersion(ApplicationUser user,
VersionService.CreateVersionValidationResult request)
Deprecated.
Use
#validateCreate(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.bc.project.version.VersionService.VersionBuilder)
and VersionService.create(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.bc.project.version.VersionService.VersionBuilderValidationResult) .
Since v6.4 |
Version |
VersionService.ValidationResult.getAffectsSwapVersion() |
Version |
VersionService.ValidationResult.getFixSwapVersion() |
Version |
VersionBuilderImpl.getVersion() |
Version |
VersionService.AbstractVersionResult.getVersion() |
Version |
DeleteVersionWithCustomFieldParametersImpl.getVersionToDelete() |
Version |
VersionService.ValidationResult.getVersionToDelete() |
Version |
DefaultVersionService.releaseVersion(VersionService.ReleaseVersionValidationResult result) |
Version |
VersionService.releaseVersion(VersionService.ReleaseVersionValidationResult result)
Using the validation result from
#validateReleaseVersion(User, com.atlassian.jira.project.version.Version,
Date) a version will be released. |
Version |
DefaultVersionService.unarchiveVersion(VersionService.ArchiveVersionValidationResult result) |
Version |
VersionService.unarchiveVersion(VersionService.ArchiveVersionValidationResult result)
Takes a validation result and performs the unarchive operation.
|
Version |
DefaultVersionService.unreleaseVersion(VersionService.ReleaseVersionValidationResult result) |
Version |
VersionService.unreleaseVersion(VersionService.ReleaseVersionValidationResult result)
Using the validation result from
#validateUnreleaseVersion(User, com.atlassian.jira.project.version.Version,
Date) a version will be unreleased. |
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<Version> |
DefaultVersionService.create(ApplicationUser user,
VersionService.VersionBuilderValidationResult validationResult) |
ServiceOutcome<Version> |
VersionService.create(ApplicationUser user,
VersionService.VersionBuilderValidationResult validationResult)
Creates a new
Version , based on the validation result from calling #validateCreate(User,
VersionBuilder) . |
java.util.stream.Stream<Version> |
DefaultVersionService.findVersions(ApplicationUser user,
String substring) |
java.util.stream.Stream<Version> |
VersionService.findVersions(ApplicationUser user,
String substring)
Returns all versions visible by the given user filtered by given query.
|
java.util.stream.Stream<Version> |
DefaultVersionService.findVersionsByProjects(ApplicationUser user,
String substring,
@NotEmpty Set<Long> projectIds) |
java.util.stream.Stream<Version> |
VersionService.findVersionsByProjects(ApplicationUser user,
String substring,
@NotEmpty Set<Long> projectIds)
Returns all versions visible by the given user filtered by given query and available in given projects.
|
Optional<Version> |
DeleteVersionWithCustomFieldParametersImpl.getMoveAffectedIssuesTo() |
Optional<Version> |
DeleteVersionWithCustomFieldParametersImpl.getMoveFixIssuesTo() |
Collection<Version> |
VersionService.VersionsResult.getVersions() |
ServiceOutcome<Page<Version>> |
DefaultVersionService.getVersionsByProject(ApplicationUser user,
Project project,
PageRequest pageRequest) |
ServiceOutcome<Page<Version>> |
VersionService.getVersionsByProject(ApplicationUser user,
Project project,
PageRequest pageRequest)
This method returns all versions for a given project.
|
ServiceOutcome<Page<Version>> |
DefaultVersionService.getVersionsByProject(ApplicationUser user,
Project project,
PageRequest pageRequest,
io.atlassian.fugue.Option<OrderByRequest<VersionService.VersionExtractableField>> orderBy) |
ServiceOutcome<Page<Version>> |
DefaultVersionService.getVersionsByProject(ApplicationUser user,
Project project,
PageRequest pageRequest,
OrderByRequest<VersionService.VersionExtractableField> orderBy) |
ServiceOutcome<Page<Version>> |
VersionService.getVersionsByProject(ApplicationUser user,
Project project,
PageRequest pageRequest,
OrderByRequest<VersionService.VersionExtractableField> orderBy)
This method returns all versions for a given project.
|
io.atlassian.fugue.Option<Version> |
VersionService.ValidationResult.getVersionToMergeTo()
Deprecated.
since 7.0.10
|
ServiceOutcome<Version> |
DefaultVersionService.setReleaseDate(ApplicationUser user,
Version version,
Date releaseDate) |
ServiceOutcome<Version> |
VersionService.setReleaseDate(ApplicationUser user,
Version version,
Date releaseDate)
Deprecated.
Use
#validateUpdate(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.bc.project.version.VersionService.VersionBuilder) .
Since v6.4 |
ServiceOutcome<Version> |
DefaultVersionService.setReleaseDate(ApplicationUser user,
Version version,
String releaseDate) |
ServiceOutcome<Version> |
VersionService.setReleaseDate(ApplicationUser user,
Version version,
String releaseDate)
Deprecated.
Use
#validateUpdate(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.bc.project.version.VersionService.VersionBuilder) .
Since v6.4 |
ServiceOutcome<Version> |
DefaultVersionService.setVersionDetails(ApplicationUser user,
Version version,
String name,
String description) |
ServiceOutcome<Version> |
VersionService.setVersionDetails(ApplicationUser user,
Version version,
String name,
String description)
Deprecated.
Use
#validateUpdate(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.bc.project.version.VersionService.VersionBuilder) .
Since v6.4 |
ServiceOutcome<Version> |
DefaultVersionService.update(ApplicationUser user,
VersionService.VersionBuilderValidationResult validationResult) |
ServiceOutcome<Version> |
VersionService.update(ApplicationUser user,
VersionService.VersionBuilderValidationResult validationResult)
Updates the existing
Version , based on the validation result from calling #validateUpdate(User,
VersionBuilder) . |
ServiceOutcome<Version> |
DefaultVersionService.validateReleaseDate(ApplicationUser user,
Version version,
String releaseDate) |
ServiceOutcome<Version> |
VersionService.validateReleaseDate(ApplicationUser user,
Version version,
String releaseDate)
Deprecated.
Use
#validateUpdate(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.bc.project.version.VersionService.VersionBuilder) .
Since v6.4 |
Modifier and Type | Method and Description |
---|---|
DeleteVersionWithReplacementsParameterBuilder |
DefaultVersionService.createVersionDeletaAndReplaceParameters(Version versionToDelete) |
DeleteVersionWithReplacementsParameterBuilder |
VersionService.createVersionDeletaAndReplaceParameters(Version versionToDelete)
Create builder that for paramaters to remove version with swap (including custom fields)
|
long |
DefaultVersionService.getAffectsIssuesCount(Version version) |
long |
VersionService.getAffectsIssuesCount(Version version)
Return the count of Issues that have the "Affects Version" field set to version.
|
long |
DefaultVersionService.getCustomFieldIssuesCount(Version version) |
long |
VersionService.getCustomFieldIssuesCount(Version version)
This method returns the total number of issues where this version is used in custom fields
|
Collection<CustomFieldWithVersionUsage> |
DefaultVersionService.getCustomFieldsUsing(Version version) |
Collection<CustomFieldWithVersionUsage> |
VersionService.getCustomFieldsUsing(Version version)
This method returns usage information in custom fields for a given version.
|
long |
DefaultVersionService.getFixIssuesCount(Version version) |
long |
VersionService.getFixIssuesCount(Version version)
Return the count of Issues Fixed in this version.
|
long |
DefaultVersionService.getUnresolvedIssuesCount(ApplicationUser user,
Version version) |
long |
VersionService.getUnresolvedIssuesCount(ApplicationUser user,
Version version)
Return the count of Issues that are unresolved in this version.
|
boolean |
DefaultVersionService.isOverdue(Version version) |
boolean |
VersionService.isOverdue(Version version)
Is the passed version overdue? This method does no permission checks on the passed version.
|
DeleteVersionWithReplacementsParameterBuilder |
DeleteVersionWithReplacementsParametrsBuilderImpl.moveAffectedIssuesTo(Version moveAffectedIssuesTo) |
DeleteVersionWithReplacementsParameterBuilder |
DeleteVersionWithReplacementsParameterBuilder.moveAffectedIssuesTo(Version moveAffectedIssuesTo)
Set version that will replace given version in 'affects verision' field
|
DeleteVersionWithReplacementsParameterBuilder |
DeleteVersionWithReplacementsParametrsBuilderImpl.moveCustomFieldTo(long customFieldId,
Version moveCustomFieldTo) |
DeleteVersionWithReplacementsParameterBuilder |
DeleteVersionWithReplacementsParameterBuilder.moveCustomFieldTo(long customFieldId,
Version moveCustomFieldTo)
Set version that will replace given version in given custom field
|
DeleteVersionWithReplacementsParameterBuilder |
DeleteVersionWithReplacementsParametrsBuilderImpl.moveFixIssuesTo(Version moveFixIssuesTo) |
DeleteVersionWithReplacementsParameterBuilder |
DeleteVersionWithReplacementsParameterBuilder.moveFixIssuesTo(Version moveFixIssuesTo)
Set version that will replace given version in 'fix verision' field
|
void |
DefaultVersionService.moveUnreleasedToNewVersion(ApplicationUser directoryUser,
Version currentVersion,
Version newVersion) |
void |
VersionService.moveUnreleasedToNewVersion(ApplicationUser user,
Version currentVersion,
Version newVersion)
Using the validation result from
#validateReleaseVersion(User, com.atlassian.jira.project.version.Version,
Date) a version will be released. |
VersionBuilder |
DefaultVersionService.newVersionBuilder(Version version) |
VersionBuilder |
VersionService.newVersionBuilder(Version version)
Creates a builder to be used when updating an existing
Version . |
ServiceOutcome<Version> |
DefaultVersionService.setReleaseDate(ApplicationUser user,
Version version,
Date releaseDate) |
ServiceOutcome<Version> |
VersionService.setReleaseDate(ApplicationUser user,
Version version,
Date releaseDate)
Deprecated.
Use
#validateUpdate(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.bc.project.version.VersionService.VersionBuilder) .
Since v6.4 |
ServiceOutcome<Version> |
DefaultVersionService.setReleaseDate(ApplicationUser user,
Version version,
String releaseDate) |
ServiceOutcome<Version> |
VersionService.setReleaseDate(ApplicationUser user,
Version version,
String releaseDate)
Deprecated.
Use
#validateUpdate(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.bc.project.version.VersionService.VersionBuilder) .
Since v6.4 |
ServiceOutcome<Version> |
DefaultVersionService.setVersionDetails(ApplicationUser user,
Version version,
String name,
String description) |
ServiceOutcome<Version> |
VersionService.setVersionDetails(ApplicationUser user,
Version version,
String name,
String description)
Deprecated.
Use
#validateUpdate(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.bc.project.version.VersionService.VersionBuilder) .
Since v6.4 |
VersionService.ArchiveVersionValidationResult |
DefaultVersionService.validateArchiveVersion(ApplicationUser user,
Version version) |
VersionService.ArchiveVersionValidationResult |
VersionService.validateArchiveVersion(ApplicationUser user,
Version version)
This method should be called before archiving a version.
|
ServiceOutcome<Version> |
DefaultVersionService.validateReleaseDate(ApplicationUser user,
Version version,
String releaseDate) |
ServiceOutcome<Version> |
VersionService.validateReleaseDate(ApplicationUser user,
Version version,
String releaseDate)
Deprecated.
Use
#validateUpdate(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.bc.project.version.VersionService.VersionBuilder) .
Since v6.4 |
VersionService.ReleaseVersionValidationResult |
DefaultVersionService.validateReleaseVersion(ApplicationUser user,
Version version,
Date releaseDate) |
VersionService.ReleaseVersionValidationResult |
VersionService.validateReleaseVersion(ApplicationUser user,
Version version,
Date releaseDate)
This method needs to be called before releasing a version to ensure all parameters are correct.
|
VersionService.ReleaseVersionValidationResult |
DefaultVersionService.validateReleaseVersion(ApplicationUser user,
Version version,
String releaseDate) |
VersionService.ReleaseVersionValidationResult |
VersionService.validateReleaseVersion(ApplicationUser user,
Version version,
String releaseDate)
This method needs to be called before releasing a version to ensure all parameters are correct.
|
VersionService.ArchiveVersionValidationResult |
DefaultVersionService.validateUnarchiveVersion(ApplicationUser user,
Version version) |
VersionService.ArchiveVersionValidationResult |
VersionService.validateUnarchiveVersion(ApplicationUser user,
Version version)
This method should be called before unarchiving a version.
|
VersionService.ReleaseVersionValidationResult |
DefaultVersionService.validateUnreleaseVersion(ApplicationUser user,
Version version,
Date releaseDate) |
VersionService.ReleaseVersionValidationResult |
VersionService.validateUnreleaseVersion(ApplicationUser user,
Version version,
Date releaseDate)
This method needs to be called before unreleasing a version to ensure all parameters are correct.
|
VersionService.ReleaseVersionValidationResult |
DefaultVersionService.validateUnreleaseVersion(ApplicationUser user,
Version version,
String releaseDate) |
VersionService.ReleaseVersionValidationResult |
VersionService.validateUnreleaseVersion(ApplicationUser user,
Version version,
String releaseDate)
This method needs to be called before unreleasing a version to ensure all parameters are correct.
|
ErrorCollection |
DefaultVersionService.validateVersionDetails(ApplicationUser user,
Version version,
String name,
String description) |
ErrorCollection |
VersionService.validateVersionDetails(ApplicationUser user,
Version version,
String name,
String description)
Deprecated.
Use
#validateUpdate(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.bc.project.version.VersionService.VersionBuilder) .
Since v6.4 |
Constructor and Description |
---|
AbstractVersionResult(ErrorCollection errorCollection,
Version version) |
ArchiveVersionValidationResult(ErrorCollection errorCollection,
Version version) |
DeleteVersionWithCustomFieldParametersImpl(Version versionToDelete,
Optional<Version> moveAffectedIssuesTo,
Optional<Version> moveFixIssuesTo,
List<DeleteVersionWithCustomFieldParameters.CustomFieldReplacement> customFieldReplacements) |
DeleteVersionWithReplacementsParametrsBuilderImpl(Version versionToDelete) |
MoveVersionValidationResult(ErrorCollection errorCollection,
Version version) |
MoveVersionValidationResult(ErrorCollection errorCollection,
Version version,
Long scheduleAfterVersion) |
ReleaseVersionValidationResult(ErrorCollection errorCollection,
Version version,
Date releaseDate) |
VersionBuilderImpl(Version version) |
VersionResult(ErrorCollection errorCollection,
Version version) |
Constructor and Description |
---|
DeleteVersionWithCustomFieldParametersImpl(Version versionToDelete,
Optional<Version> moveAffectedIssuesTo,
Optional<Version> moveFixIssuesTo,
List<DeleteVersionWithCustomFieldParameters.CustomFieldReplacement> customFieldReplacements) |
DeleteVersionWithCustomFieldParametersImpl(Version versionToDelete,
Optional<Version> moveAffectedIssuesTo,
Optional<Version> moveFixIssuesTo,
List<DeleteVersionWithCustomFieldParameters.CustomFieldReplacement> customFieldReplacements) |
VersionsResult(ErrorCollection errorCollection,
Collection<Version> versions) |
Modifier and Type | Method and Description |
---|---|
Version |
RemoteVersionLinkImpl.getEntity() |
Constructor and Description |
---|
RemoteVersionLinkImpl(Version version,
String globalId,
String json) |
Constructor and Description |
---|
ProjectVersionBean(Version version,
Project project,
String url) |
Modifier and Type | Method and Description |
---|---|
String |
QueryUrlSupplierImpl.getUrlForQueryWithVersion(Query query,
Version version) |
String |
QueryUrlSupplier.getUrlForQueryWithVersion(Query query,
Version version) |
Modifier and Type | Field and Description |
---|---|
static EntityFactory<Version> |
Entity.VERSION |
Modifier and Type | Method and Description |
---|---|
Version |
VersionFactory.build(org.ofbiz.core.entity.GenericValue genericValue) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
VersionFactory.fieldMapFrom(Version value) |
Modifier and Type | Method and Description |
---|---|
Version |
VersionMergeEvent.getMergedVersion() |
Version |
VersionUpdatedEvent.getOriginalVersion() |
Version |
AbstractVersionEvent.getVersion() |
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Option<Version> |
VersionDeleteEvent.getAffectsVersionSwappedTo() |
io.atlassian.fugue.Option<Version> |
VersionDeleteEvent.getFixVersionSwappedTo() |
io.atlassian.fugue.Option<Version> |
VersionDeleteEvent.getMergedTo() |
Modifier and Type | Method and Description |
---|---|
VersionDeleteEvent.VersionDeleteEventBuilder |
VersionDeleteEvent.VersionDeleteEventBuilder.affectsVersionSwappedTo(Version affectsVersionSwappedTo) |
static VersionDeleteEvent |
VersionDeleteEvent.deleted(Version deletedVersion) |
static VersionDeleteEvent |
VersionDeleteEvent.deletedAndMerged(Version deletedVersion,
Version mergedTo) |
VersionDeleteEvent.VersionDeleteEventBuilder |
VersionDeleteEvent.VersionDeleteEventBuilder.fixVersionSwappedTo(Version fixSwapVersion) |
VersionDeleteEvent.VersionDeleteEventBuilder |
VersionDeleteEvent.VersionDeleteEventBuilder.setMergedTo(Version mergedTo) |
Constructor and Description |
---|
AbstractRemoteVersionLinkEvent(Version version,
String globalId) |
AbstractVersionEvent(Version version) |
RemoteVersionLinkDeleteEvent(Version version,
String globalId) |
RemoteVersionLinkPutEvent(Version version,
String globalId) |
VersionArchiveEvent(Version version) |
VersionCreatedViaRestEvent(Version version) |
VersionCreateEvent(Version version) |
VersionDeleteEvent(Version version)
Deprecated.
Use
VersionDeleteEvent.VersionDeleteEventBuilder instead. |
VersionDeleteEventBuilder(Version version) |
VersionMergeEvent(Version version,
Version mergedVersion) |
VersionMoveEvent(Version version) |
VersionReleaseEvent(Version version) |
VersionUnarchiveEvent(Version version) |
VersionUnreleaseEvent(Version version) |
VersionUpdatedEvent(Version version,
Version originalVersion) |
Modifier and Type | Method and Description |
---|---|
Version |
ExternalUtils.createVersion(ExternalProject externalProject,
ExternalVersion externalVersion) |
Version |
ExternalUtils.getVersion(ExternalProject externalProject,
ExternalVersion externalVersion) |
Modifier and Type | Method and Description |
---|---|
boolean |
RoadMapResource.isOverdue(Version version) |
Modifier and Type | Method and Description |
---|---|
Map<String,Version> |
DefaultProjectImportPersister.createVersions(BackupProject backupProject) |
Map<String,Version> |
ProjectImportPersister.createVersions(BackupProject backupProject)
Creates the versions, specified by
BackupProject.getProjectVersions()
for the named backup project. |
Modifier and Type | Method and Description |
---|---|
Collection<Version> |
IssueImpl.getAffectedVersions() |
Collection<Version> |
DocumentIssueImpl.getAffectedVersions() |
Collection<Version> |
GenericIssueWrapper.getAffectedVersions() |
Collection<Version> |
Issue.getAffectedVersions() |
Collection<Version> |
IssueImpl.getFixVersions() |
Collection<Version> |
DocumentIssueImpl.getFixVersions() |
Collection<Version> |
GenericIssueWrapper.getFixVersions() |
Collection<Version> |
Issue.getFixVersions() |
Modifier and Type | Method and Description |
---|---|
void |
IssueImpl.setAffectedVersions(Collection<Version> affectedVersions) |
void |
GenericMutableIssueWrapper.setAffectedVersions(Collection<Version> affectedVersions) |
void |
MutableIssue.setAffectedVersions(Collection<Version> affectedVersions) |
void |
IssueImpl.setFixVersions(Collection<Version> fixVersions) |
void |
GenericMutableIssueWrapper.setFixVersions(Collection<Version> fixVersions) |
void |
MutableIssue.setFixVersions(Collection<Version> fixVersions) |
Modifier and Type | Field and Description |
---|---|
static Comparator<Version> |
VersionComparator.COMPARATOR |
Modifier and Type | Method and Description |
---|---|
int |
VersionComparator.compare(Version v1,
Version v2) |
int |
LocaleSensitiveVersionNameComparator.compare(Version version1,
Version version2) |
Modifier and Type | Method and Description |
---|---|
protected Version |
VersionCFType.convertDbValueToType(Object input) |
Version |
VersionCFType.getSingularObjectFromString(String string) |
Modifier and Type | Method and Description |
---|---|
protected Comparator<Version> |
VersionCFType.getTypeComparator() |
Collection<Version> |
VersionCFType.getValueFromCustomFieldParams(CustomFieldParams parameters) |
Modifier and Type | Method and Description |
---|---|
protected Object |
VersionCFType.convertTypeToDbValue(Version value) |
String |
VersionCFType.getStringFromSingularObject(Version version) |
Modifier and Type | Method and Description |
---|---|
String |
VersionCFType.getChangelogString(CustomField field,
Collection<Version> versions) |
Modifier and Type | Method and Description |
---|---|
protected Collection<Version> |
AffectedVersionsSystemField.getCurrentVersions(Issue issue) |
protected Collection<Version> |
FixVersionsSystemField.getCurrentVersions(Issue issue) |
protected abstract Collection<Version> |
AbstractVersionsSystemField.getCurrentVersions(Issue issue) |
Collection<Version> |
AffectedVersionsSystemField.getDefaultValue(Issue issue) |
Collection<Version> |
AbstractVersionsSystemField.getDefaultValue(Issue issue) |
Collection<Version> |
AbstractVersionsSystemField.getValueFromParams(Map params) |
Modifier and Type | Method and Description |
---|---|
protected JqlClauseBuilder |
AffectedVersionsSystemField.queryArchivedVersionsField(JqlClauseBuilder queryBuilder,
Version version) |
protected JqlClauseBuilder |
FixVersionsSystemField.queryArchivedVersionsField(JqlClauseBuilder queryBuilder,
Version version) |
protected abstract JqlClauseBuilder |
AbstractVersionsSystemField.queryArchivedVersionsField(JqlClauseBuilder and,
Version name) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractVersionsSystemField.createValue(Issue issue,
Collection<Version> value) |
String |
AbstractVersionsSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem,
webwork.action.Action action,
Issue issue,
Collection<Version> value,
Map displayParameters) |
protected List<ChangeItemBean> |
AffectedVersionsSystemField.updateIssueValue(Issue issue,
Collection<Version> newValue) |
protected List<ChangeItemBean> |
FixVersionsSystemField.updateIssueValue(Issue issue,
Collection<Version> newValue) |
protected abstract List<ChangeItemBean> |
AbstractVersionsSystemField.updateIssueValue(Issue issue,
Collection<Version> newValue) |
Constructor and Description |
---|
AffectedVersionCreatedInlineEvent(Version version) |
FixVersionCreatedInline(Version version) |
Modifier and Type | Method and Description |
---|---|
static VersionJsonBean |
VersionJsonBean.shortBean(Version version,
JiraBaseUrls urls) |
Modifier and Type | Method and Description |
---|---|
static Collection<VersionJsonBean> |
VersionJsonBean.shortBeans(Collection<Version> versions,
JiraBaseUrls urls) |
Modifier and Type | Method and Description |
---|---|
List<Version> |
VersionHelperBean.createNewVersions(Long projectId,
Set<String> versionsToAdd)
Helper to create new versions when project admins add new versions via a create or edit operation!
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
VersionQuickSearchHandler.getAllVersionNamesMatchingSubstring(Collection<Version> versions,
String name)
Return
|
Constructor and Description |
---|
VersionIndexedInputHelper(IndexInfoResolver<Version> versionIndexInfoResolver,
JqlOperandResolver operandResolver,
FieldFlagOperandRegistry fieldFlagOperandRegistry,
NameResolver<Version> versionResolver) |
VersionIndexedInputHelper(IndexInfoResolver<Version> versionIndexInfoResolver,
JqlOperandResolver operandResolver,
FieldFlagOperandRegistry fieldFlagOperandRegistry,
NameResolver<Version> versionResolver) |
VersionIndexedInputHelper(IndexInfoResolver<Version> versionIndexInfoResolver,
JqlOperandResolver operandResolver,
FieldFlagOperandRegistry fieldFlagOperandRegistry,
SearchContextVisibilityChecker searchContextVisibilityChecker,
NameResolver<Version> versionResolver)
Deprecated.
|
VersionIndexedInputHelper(IndexInfoResolver<Version> versionIndexInfoResolver,
JqlOperandResolver operandResolver,
FieldFlagOperandRegistry fieldFlagOperandRegistry,
SearchContextVisibilityChecker searchContextVisibilityChecker,
NameResolver<Version> versionResolver)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultSearchLinkGenerator.getFixVersionSearchLink(Version version)
Get search link for fixVersion field scoped within a project of the passed version.
|
String |
SearchLinkGenerator.getFixVersionSearchLink(Version version)
Get search link for fixVersion field scoped within a project of the passed version.
|
Constructor and Description |
---|
VersionSpecificRelationalOperatorQueryFactory(Comparator<? super Version> comparator,
NameResolver<Version> versionNameResolver,
IndexInfoResolver<Version> versionIndexInfoResolver) |
VersionSpecificRelationalOperatorQueryFactory(Comparator<? super Version> comparator,
NameResolver<Version> versionNameResolver,
IndexInfoResolver<Version> versionIndexInfoResolver) |
VersionSpecificRelationalOperatorQueryFactory(Comparator<? super Version> comparator,
NameResolver<Version> versionNameResolver,
IndexInfoResolver<Version> versionIndexInfoResolver) |
Modifier and Type | Method and Description |
---|---|
Version |
VersionResolver.get(Long id) |
Modifier and Type | Method and Description |
---|---|
Collection<Version> |
VersionResolver.getAll() |
Modifier and Type | Method and Description |
---|---|
String |
VersionIndexInfoResolver.getIndexedValue(Version version) |
Constructor and Description |
---|
VersionIndexInfoResolver(NameResolver<Version> versionResolver) |
VersionIndexInfoResolver(NameResolver<Version> versionResolver,
java.util.function.Function<String,List<String>> operandToIdsResolver) |
Constructor and Description |
---|
JqlVersionPredicate(Operator operator,
Version version) |
Modifier and Type | Class and Description |
---|---|
class |
MockVersion |
Modifier and Type | Method and Description |
---|---|
Version |
MockVersion.clone() |
static Version |
MockVersion.named(String versionName) |
Modifier and Type | Method and Description |
---|---|
protected abstract Collection<Version> |
AbstractVersionsFunction.getAllVersions(ApplicationUser user) |
protected Collection<Version> |
AllReleasedVersionsFunction.getAllVersions(ApplicationUser user) |
protected Collection<Version> |
EarliestUnreleasedVersionFunction.getAllVersions(ApplicationUser user) |
protected Collection<Version> |
LatestReleasedVersionFunction.getAllVersions(ApplicationUser user) |
protected Collection<Version> |
AllUnreleasedVersionsFunction.getAllVersions(ApplicationUser user) |
protected abstract Collection<Version> |
AbstractVersionsFunction.getVersionsForProject(Long projectId) |
protected Collection<Version> |
AllReleasedVersionsFunction.getVersionsForProject(Long projectId) |
protected Collection<Version> |
EarliestUnreleasedVersionFunction.getVersionsForProject(Long projectId) |
protected Collection<Version> |
LatestReleasedVersionFunction.getVersionsForProject(Long projectId) |
protected Collection<Version> |
AllUnreleasedVersionsFunction.getVersionsForProject(Long projectId) |
Modifier and Type | Method and Description |
---|---|
Version |
BrowseVersionContext.getVersion()
Returns version
|
Modifier and Type | Method and Description |
---|---|
VersionBean |
SimpleVersionBeanFactory.createBean(Version version) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
VersionAndProjectContextSerializer.getContext(Project project,
Version version) |
Map<String,Object> |
VersionContextSerializer.getContext(Version version) |
Map<String,Object> |
VersionContextSerializer.getContext(Version version,
String keyName) |
Modifier and Type | Method and Description |
---|---|
Collection<Version> |
MockProject.getVersions() |
Collection<Version> |
ProjectImpl.getVersions() |
Collection<Version> |
Project.getVersions() |
Modifier and Type | Method and Description |
---|---|
void |
MockProject.setVersions(Collection<Version> versions) |
Constructor and Description |
---|
VersionProxy(Version version) |
Modifier and Type | Method and Description |
---|---|
String |
ReleaseNoteManager.getReleaseNote(webwork.action.Action action,
String releaseNoteStyleName,
Version version,
ApplicationUser user,
Project project)
Returns a release note for this version, using the specified releaseNoteStyleName.
|
Modifier and Type | Class and Description |
---|---|
class |
VersionImpl |
Modifier and Type | Method and Description |
---|---|
Version |
MockVersionManager.archiveVersion(Version version,
boolean archive) |
Version |
DefaultVersionManager.archiveVersion(Version version,
boolean archive) |
Version |
VersionManager.archiveVersion(Version version,
boolean archive)
Archive/Un-archive a single version depending on the archive flag.
|
Version |
MockVersionManager.createVersion(String name,
Date startDate,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion) |
Version |
DefaultVersionManager.createVersion(String name,
Date startDate,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion) |
Version |
VersionManager.createVersion(String name,
Date startDate,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion)
Deprecated.
Since JIRA version 7.0.1, this is deprecated on favour of
VersionManager.createVersion(String, java.util.Date, java.util.Date, String, Long, Long, boolean)
which lets you specify the release attribute value for the new
Version object. |
Version |
MockVersionManager.createVersion(String name,
Date startDate,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion,
boolean released) |
Version |
DefaultVersionManager.createVersion(String name,
Date startDate,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion,
boolean released) |
Version |
VersionManager.createVersion(String name,
Date startDate,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion,
boolean released)
Creates a new
Version . |
Version |
DefaultVersionManager.createVersion(String name,
Date releaseDate,
String description,
org.ofbiz.core.entity.GenericValue project,
Long scheduleAfterVersion)
Deprecated.
since version 6.0
|
Version |
MockVersionManager.createVersion(String name,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion) |
Version |
DefaultVersionManager.createVersion(String name,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion) |
Version |
VersionManager.createVersion(String name,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion)
Deprecated.
Since JIRA version 7.0.1, this is deprecated on favour of
VersionManager.createVersion(String, java.util.Date, java.util.Date, String, Long, Long, boolean)
which lets you specify the startDate and release attribute values
for the new Version object. |
Version |
OfBizVersionStore.createVersion(Version version) |
Version |
VersionStore.createVersion(Version version) |
Version |
CachingVersionStore.createVersion(Version version) |
Version |
MockVersionManager.decreaseVersionSequence(Version version) |
Version |
DefaultVersionManager.decreaseVersionSequence(Version version) |
Version |
VersionManager.decreaseVersionSequence(Version version)
Move a version to have a higher sequence number - ie make it later
|
Version |
MockVersionManager.editVersionDetails(Version version,
String name,
String description) |
Version |
DefaultVersionManager.editVersionDetails(Version version,
String name,
String description) |
Version |
VersionManager.editVersionDetails(Version version,
String name,
String description)
Updates details of an existing version.
|
Version |
MockVersionManager.editVersionReleaseDate(Version version,
Date duedate) |
Version |
DefaultVersionManager.editVersionReleaseDate(Version version,
Date duedate) |
Version |
VersionManager.editVersionReleaseDate(Version version,
Date duedate)
Update the release date of a version.
|
Version |
MockVersionManager.editVersionStartDate(Version version,
Date startDate) |
Version |
DefaultVersionManager.editVersionStartDate(Version version,
Date startDate) |
Version |
VersionManager.editVersionStartDate(Version version,
Date startDate)
Updates the start date of a version
|
Version |
MockVersionManager.editVersionStartReleaseDate(Version version,
Date startDate,
Date releaseDate) |
Version |
DefaultVersionManager.editVersionStartReleaseDate(Version version,
Date startDate,
Date releaseDate) |
Version |
VersionManager.editVersionStartReleaseDate(Version version,
Date startDate,
Date releaseDate)
Updates the start and release date of a version
|
Version |
MockVersionManager.getVersion(Long id) |
Version |
OfBizVersionStore.getVersion(Long id) |
Version |
VersionStore.getVersion(Long id) |
Version |
DefaultVersionManager.getVersion(Long id) |
Version |
CachingVersionStore.getVersion(Long id) |
Version |
VersionManager.getVersion(Long id)
Returns a single version.
|
Version |
MockVersionManager.getVersion(Long projectId,
String versionName) |
Version |
DefaultVersionManager.getVersion(Long projectId,
String versionName)
Retrieve a specific Version in a project given the project id, or
null if no such version exists in
that project. |
Version |
VersionManager.getVersion(Long projectId,
String versionName)
Search for a version by projectID and name.
|
Version |
DeleteVersionWithCustomFieldParameters.getVersionToDelete() |
Version |
MockVersionManager.increaseVersionSequence(Version version) |
Version |
DefaultVersionManager.increaseVersionSequence(Version version) |
Version |
VersionManager.increaseVersionSequence(Version version)
Move a version to have a lower sequence number - ie make it earlier
|
Version |
MockVersionManager.moveToEndVersionSequence(Version version) |
Version |
DefaultVersionManager.moveToEndVersionSequence(Version version) |
Version |
VersionManager.moveToEndVersionSequence(Version version)
Move a version to the end of the version sequence
|
Version |
MockVersionManager.moveToStartVersionSequence(Version version) |
Version |
DefaultVersionManager.moveToStartVersionSequence(Version version) |
Version |
VersionManager.moveToStartVersionSequence(Version version)
Move a version to the start of the version list
|
Version |
MockVersionManager.moveVersionAfter(Version version,
Long scheduleAfterVersion) |
Version |
DefaultVersionManager.moveVersionAfter(Version version,
Long scheduleAfterVersionId) |
Version |
VersionManager.moveVersionAfter(Version version,
Long scheduleAfterVersion)
Move a version after another version
|
Version |
MockVersionManager.releaseVersion(Version version,
boolean release) |
Version |
DefaultVersionManager.releaseVersion(Version version,
boolean release) |
Version |
VersionManager.releaseVersion(Version version,
boolean release)
Used to release or unrelease a version, depending on the release flag.
|
Version |
MockVersionManager.update(Version version) |
Version |
DefaultVersionManager.update(Version version) |
Version |
VersionManager.update(Version version)
Persists updates to the specified version object.
|
Modifier and Type | Method and Description |
---|---|
Collection<Version> |
MockVersionManager.getAffectedVersionsFor(Issue issue) |
Collection<Version> |
DefaultVersionManager.getAffectedVersionsFor(Issue issue) |
Collection<Version> |
VersionManager.getAffectedVersionsFor(Issue issue)
Get all affected versions of the specified issue.
|
Collection<Version> |
MockVersionManager.getAllVersions() |
Iterable<Version> |
OfBizVersionStore.getAllVersions() |
Iterable<Version> |
VersionStore.getAllVersions()
Returns a list of GenericValues representing all Versions in JIRA, ordered by sequence.
|
Collection<Version> |
DefaultVersionManager.getAllVersions() |
Iterable<Version> |
CachingVersionStore.getAllVersions() |
Collection<Version> |
VersionManager.getAllVersions() |
Collection<Version> |
MockVersionManager.getAllVersionsForProjects(Collection<Project> projects,
boolean includeArchived) |
Collection<Version> |
DefaultVersionManager.getAllVersionsForProjects(Collection<Project> projects,
boolean includeArchived) |
Collection<Version> |
VersionManager.getAllVersionsForProjects(Collection<Project> projects,
boolean includeArchived)
Returns all versions that belong to the passed projects.
|
Collection<Version> |
MockVersionManager.getAllVersionsReleased(boolean includeArchived) |
Collection<Version> |
DefaultVersionManager.getAllVersionsReleased(boolean includeArchived) |
Collection<Version> |
VersionManager.getAllVersionsReleased(boolean includeArchived) |
Collection<Version> |
MockVersionManager.getAllVersionsUnreleased(boolean includeArchived) |
Collection<Version> |
DefaultVersionManager.getAllVersionsUnreleased(boolean includeArchived) |
Collection<Version> |
VersionManager.getAllVersionsUnreleased(boolean includeArchived) |
Collection<Version> |
MockVersionManager.getFixVersionsFor(Issue issue) |
Collection<Version> |
DefaultVersionManager.getFixVersionsFor(Issue issue) |
Collection<Version> |
VersionManager.getFixVersionsFor(Issue issue)
Get all fix for versions of the specified issue.
|
Optional<Version> |
DeleteVersionWithCustomFieldParameters.getMoveAffectedIssuesTo()
What version will replace version in 'affected version' field.
|
Optional<Version> |
DeleteVersionWithCustomFieldParameters.getMoveFixIssuesTo()
What version will replace version in 'fix version' field.
|
Optional<Version> |
DeleteVersionWithCustomFieldParameters.CustomFieldReplacement.getMoveTo()
What version will replace version in given custom field.
|
Collection<Version> |
MockVersionManager.getOtherUnarchivedVersions(Version version) |
Collection<Version> |
DefaultVersionManager.getOtherUnarchivedVersions(Version version)
Return all unarchived versions except this one
|
Collection<Version> |
VersionManager.getOtherUnarchivedVersions(Version version)
Return all unarchived versions except this one
|
Collection<Version> |
MockVersionManager.getOtherVersions(Version version) |
Collection<Version> |
DefaultVersionManager.getOtherVersions(Version version)
Return all other versions in the project except this one
|
Collection<Version> |
VersionManager.getOtherVersions(Version version)
Return all other versions in the project except this one
|
Collection<Version> |
MockVersionManager.getVersions(List<Long> ids) |
Collection<Version> |
DefaultVersionManager.getVersions(List<Long> ids) |
Collection<Version> |
VersionManager.getVersions(List<Long> ids)
Return a collection of
Version s matching the ids passed in. |
List<Version> |
MockVersionManager.getVersions(Long projectId) |
List<Version> |
DefaultVersionManager.getVersions(Long projectId) |
List<Version> |
VersionManager.getVersions(Long projectId)
Return a list of Versions for the given project.
|
List<Version> |
MockVersionManager.getVersions(Long projectId,
boolean includeArchived) |
List<Version> |
DefaultVersionManager.getVersions(Long projectId,
boolean includeArchived) |
List<Version> |
VersionManager.getVersions(Long projectId,
boolean includeArchived)
Return a list of Versions for the given project.
|
List<Version> |
MockVersionManager.getVersions(Project project) |
List<Version> |
DefaultVersionManager.getVersions(Project project) |
List<Version> |
VersionManager.getVersions(Project project)
Return a list of Versions for the given project.
|
Collection<Version> |
MockVersionManager.getVersionsArchived(Project project) |
Collection<Version> |
DefaultVersionManager.getVersionsArchived(Project project) |
Collection<Version> |
VersionManager.getVersionsArchived(Project project)
Return all archived versions for a particular project.
|
protected Collection<Version> |
DefaultVersionManager.getVersionsByIssue(org.ofbiz.core.entity.GenericValue issue,
String relationName) |
Collection<Version> |
MockVersionManager.getVersionsByName(String versionName) |
Iterable<Version> |
OfBizVersionStore.getVersionsByName(String name) |
Iterable<Version> |
VersionStore.getVersionsByName(String name)
Returns a list of GenericValues representing all Versions in JIRA with a given name, case insensitively.
|
Collection<Version> |
DefaultVersionManager.getVersionsByName(String versionName) |
Iterable<Version> |
CachingVersionStore.getVersionsByName(String name) |
Collection<Version> |
VersionManager.getVersionsByName(String versionName)
Return a collection of
Version s that have the specified name. |
Iterable<Version> |
OfBizVersionStore.getVersionsByProject(Long projectId) |
Iterable<Version> |
VersionStore.getVersionsByProject(Long projectId)
Returns a list of GenericValues representing all Versions in a project.
|
Iterable<Version> |
CachingVersionStore.getVersionsByProject(Long projectId) |
List<Version> |
MockVersionManager.getVersionsReleased(Long projectId,
boolean includeArchived) |
Collection<Version> |
DefaultVersionManager.getVersionsReleased(Long projectId,
boolean includeArchived) |
Collection<Version> |
VersionManager.getVersionsReleased(Long projectId,
boolean includeArchived)
Gets a list of released versions for a project.
|
Collection<Version> |
MockVersionManager.getVersionsReleasedDesc(Long projectId,
boolean includeArchived) |
Collection<Version> |
DefaultVersionManager.getVersionsReleasedDesc(Long projectId,
boolean includeArchived) |
Collection<Version> |
VersionManager.getVersionsReleasedDesc(Long projectId,
boolean includeArchived)
Gets a list of released versions for a project in reverse order.
|
Collection<Version> |
MockVersionManager.getVersionsUnarchived(Long projectId) |
Collection<Version> |
DefaultVersionManager.getVersionsUnarchived(Long projectId) |
Collection<Version> |
VersionManager.getVersionsUnarchived(Long projectId)
Return all un-archived versions for a particular project
|
Collection<Version> |
MockVersionManager.getVersionsUnreleased(Long projectId,
boolean includeArchived) |
Collection<Version> |
DefaultVersionManager.getVersionsUnreleased(Long projectId,
boolean includeArchived) |
Collection<Version> |
VersionManager.getVersionsUnreleased(Long projectId,
boolean includeArchived)
Gets a list of un-released versions for a particular project.
|
static com.google.common.base.Predicate<Version> |
VersionPredicates.isArchived() |
static com.google.common.base.Predicate<Version> |
VersionPredicates.isReleased() |
Collection<Version> |
MockVersionManager.releaseVersions(Collection<Version> versions,
boolean release) |
Collection<Version> |
DefaultVersionManager.releaseVersions(Collection<Version> versions,
boolean release) |
Collection<Version> |
VersionManager.releaseVersions(Collection<Version> versions,
boolean release)
Used to release versions depending on the release flag.
|
static Function<Collection<Version>,Collection<Version>> |
VersionCollectionManipulators.versionRemover(Version versionToRemove)
Gets a function than in given version collection removes all occurences of versionToRemove
|
static Function<Collection<Version>,Collection<Version>> |
VersionCollectionManipulators.versionRemover(Version versionToRemove)
Gets a function than in given version collection removes all occurences of versionToRemove
|
static Function<Collection<Version>,Collection<Version>> |
VersionCollectionManipulators.versionReplacer(Version versionToRemove,
Version versionToSwap)
Gets a function than in given version collection replaces all occurences of versionToRemove with version ToSwap
|
static Function<Collection<Version>,Collection<Version>> |
VersionCollectionManipulators.versionReplacer(Version versionToRemove,
Version versionToSwap)
Gets a function than in given version collection replaces all occurences of versionToRemove with version ToSwap
|
Modifier and Type | Method and Description |
---|---|
Version |
MockVersionManager.archiveVersion(Version version,
boolean archive) |
Version |
DefaultVersionManager.archiveVersion(Version version,
boolean archive) |
Version |
VersionManager.archiveVersion(Version version,
boolean archive)
Archive/Un-archive a single version depending on the archive flag.
|
List<com.atlassian.jira.project.version.CustomFieldVersionTransformation> |
VersionCustomFieldStore.createValueReplacers(Version deletedVersion,
List<DeleteVersionWithCustomFieldParameters.CustomFieldReplacement> customFieldReplacementList) |
List<com.atlassian.jira.project.version.CustomFieldVersionTransformation> |
VersionCustomFieldStore.createValueReplacers(Version deletedVersion,
io.atlassian.fugue.Option<Version> targetVersion) |
Version |
OfBizVersionStore.createVersion(Version version) |
Version |
VersionStore.createVersion(Version version) |
Version |
CachingVersionStore.createVersion(Version version) |
Version |
MockVersionManager.decreaseVersionSequence(Version version) |
Version |
DefaultVersionManager.decreaseVersionSequence(Version version) |
Version |
VersionManager.decreaseVersionSequence(Version version)
Move a version to have a higher sequence number - ie make it later
|
void |
MockVersionManager.deleteAndRemoveFromIssues(ApplicationUser user,
Version versionToRemove) |
void |
DefaultVersionManager.deleteAndRemoveFromIssues(ApplicationUser user,
Version versionToRemove) |
void |
VersionManager.deleteAndRemoveFromIssues(ApplicationUser user,
Version versionToRemove)
This method deletes a version and additionally (unlinke
VersionManager.deleteVersion(com.atlassian.jira.project.version.Version) ) removes it from all issues that reference it. |
void |
MockVersionManager.deleteVersion(ApplicationUser applicationUser,
Version versionToDelete,
io.atlassian.fugue.Option<Version> affectsSwapVersion,
io.atlassian.fugue.Option<Version> fixSwapVersion) |
void |
DefaultVersionManager.deleteVersion(ApplicationUser applicationUser,
Version versionToDelete,
io.atlassian.fugue.Option<Version> affectsSwapVersion,
io.atlassian.fugue.Option<Version> fixSwapVersion) |
void |
VersionManager.deleteVersion(ApplicationUser applicationUser,
Version versionToDelete,
io.atlassian.fugue.Option<Version> affectsSwapVersion,
io.atlassian.fugue.Option<Version> fixSwapVersion)
Deprecated.
Use
VersionManager.deleteVersionAndSwap(ApplicationUser, DeleteVersionWithCustomFieldParameters) that
supports swapping version in custom fields.
Since v7.0.10 |
void |
MockVersionManager.deleteVersion(Version version) |
void |
OfBizVersionStore.deleteVersion(Version version) |
void |
VersionStore.deleteVersion(Version version)
Deletes given Version object by removing it from database.
|
void |
DefaultVersionManager.deleteVersion(Version version) |
void |
CachingVersionStore.deleteVersion(Version version) |
void |
VersionManager.deleteVersion(Version version)
Removes a specific version from the system.
|
Version |
MockVersionManager.editVersionDetails(Version version,
String name,
String description) |
Version |
DefaultVersionManager.editVersionDetails(Version version,
String name,
String description) |
Version |
VersionManager.editVersionDetails(Version version,
String name,
String description)
Updates details of an existing version.
|
Version |
MockVersionManager.editVersionReleaseDate(Version version,
Date duedate) |
Version |
DefaultVersionManager.editVersionReleaseDate(Version version,
Date duedate) |
Version |
VersionManager.editVersionReleaseDate(Version version,
Date duedate)
Update the release date of a version.
|
Version |
MockVersionManager.editVersionStartDate(Version version,
Date startDate) |
Version |
DefaultVersionManager.editVersionStartDate(Version version,
Date startDate) |
Version |
VersionManager.editVersionStartDate(Version version,
Date startDate)
Updates the start date of a version
|
Version |
MockVersionManager.editVersionStartReleaseDate(Version version,
Date startDate,
Date releaseDate) |
Version |
DefaultVersionManager.editVersionStartReleaseDate(Version version,
Date startDate,
Date releaseDate) |
Version |
VersionManager.editVersionStartReleaseDate(Version version,
Date startDate,
Date releaseDate)
Updates the start and release date of a version
|
long |
MockVersionManager.getCustomFieldIssuesCount(Version version) |
long |
DefaultVersionManager.getCustomFieldIssuesCount(Version version) |
long |
VersionCustomFieldStore.getCustomFieldIssuesCount(Version version) |
long |
VersionManager.getCustomFieldIssuesCount(Version version)
This method gives total number of issues where this version is used in custom fields.
|
Collection<CustomField> |
VersionCustomFieldStore.getCustomFieldsTypesUsing(Version version) |
Collection<CustomFieldWithVersionUsage> |
MockVersionManager.getCustomFieldsUsing(Version version) |
Collection<CustomFieldWithVersionUsage> |
DefaultVersionManager.getCustomFieldsUsing(Version version) |
Collection<? extends CustomFieldWithVersionUsage> |
VersionCustomFieldStore.getCustomFieldsUsing(Version version) |
Collection<CustomFieldWithVersionUsage> |
VersionManager.getCustomFieldsUsing(Version version)
This method gives information about usage of given version in custom fields.
|
Collection<Long> |
MockVersionManager.getIssueIdsWithAffectsVersion(Version version) |
Collection<Long> |
DefaultVersionManager.getIssueIdsWithAffectsVersion(Version version) |
Collection<Long> |
VersionManager.getIssueIdsWithAffectsVersion(Version version)
Return all the issues in which the affects version matches the specified version.
|
List<Long> |
VersionCustomFieldStore.getIssueIdsWithCustomFieldsFor(Version version) |
Collection<Long> |
MockVersionManager.getIssueIdsWithFixVersion(Version version) |
Collection<Long> |
DefaultVersionManager.getIssueIdsWithFixVersion(Version version) |
Collection<Long> |
VersionManager.getIssueIdsWithFixVersion(Version version)
Return all the issues in which the fix version matches the specified version.
|
Collection<Issue> |
MockVersionManager.getIssuesWithAffectsVersion(Version version) |
Collection<Issue> |
DefaultVersionManager.getIssuesWithAffectsVersion(Version version) |
Collection<Issue> |
VersionManager.getIssuesWithAffectsVersion(Version version)
Return all the issues in which the affected version matches the specified version.
|
Collection<Issue> |
MockVersionManager.getIssuesWithFixVersion(Version version) |
Collection<Issue> |
DefaultVersionManager.getIssuesWithFixVersion(Version version) |
Collection<Issue> |
VersionManager.getIssuesWithFixVersion(Version version)
Return all the issues in which the fix for version matches the specified version.
|
Collection<Version> |
MockVersionManager.getOtherUnarchivedVersions(Version version) |
Collection<Version> |
DefaultVersionManager.getOtherUnarchivedVersions(Version version)
Return all unarchived versions except this one
|
Collection<Version> |
VersionManager.getOtherUnarchivedVersions(Version version)
Return all unarchived versions except this one
|
Collection<Version> |
MockVersionManager.getOtherVersions(Version version) |
Collection<Version> |
DefaultVersionManager.getOtherVersions(Version version)
Return all other versions in the project except this one
|
Collection<Version> |
VersionManager.getOtherVersions(Version version)
Return all other versions in the project except this one
|
Version |
MockVersionManager.increaseVersionSequence(Version version) |
Version |
DefaultVersionManager.increaseVersionSequence(Version version) |
Version |
VersionManager.increaseVersionSequence(Version version)
Move a version to have a lower sequence number - ie make it earlier
|
boolean |
MockVersionManager.isDuplicateName(Version version,
String name) |
boolean |
DefaultVersionManager.isDuplicateName(Version currentVersion,
String name) |
boolean |
VersionManager.isDuplicateName(Version version,
String name)
Check that the version name we are changing to is not a duplicate.
|
boolean |
MockVersionManager.isVersionOverDue(Version version) |
boolean |
DefaultVersionManager.isVersionOverDue(Version version) |
boolean |
VersionManager.isVersionOverDue(Version version)
Checks to see if a version is overdue.
|
void |
MockVersionManager.merge(ApplicationUser user,
Version versionToDelete,
Version versionToMergeTo) |
void |
DefaultVersionManager.merge(ApplicationUser user,
Version versionToDelete,
Version versionToMergeTo) |
void |
VersionManager.merge(ApplicationUser user,
Version versionToDelete,
Version versionToMergeTo)
This method will perform a version merge.
|
void |
DefaultVersionManager.moveIssuesToNewVersion(List<Issue> issues,
Version currentVersion,
Version swapToVersion) |
void |
VersionManager.moveIssuesToNewVersion(List<Issue> issues,
Version currentVersion,
Version swapToVersion)
Swaps the list of issues supplied from one Fix version to another.
|
void |
MockVersionManager.moveIssuesToNewVersion(List issues,
Version currentVersion,
Version swapToVersion) |
Version |
MockVersionManager.moveToEndVersionSequence(Version version) |
Version |
DefaultVersionManager.moveToEndVersionSequence(Version version) |
Version |
VersionManager.moveToEndVersionSequence(Version version)
Move a version to the end of the version sequence
|
Version |
MockVersionManager.moveToStartVersionSequence(Version version) |
Version |
DefaultVersionManager.moveToStartVersionSequence(Version version) |
Version |
VersionManager.moveToStartVersionSequence(Version version)
Move a version to the start of the version list
|
Version |
MockVersionManager.moveVersionAfter(Version version,
Long scheduleAfterVersion) |
Version |
DefaultVersionManager.moveVersionAfter(Version version,
Long scheduleAfterVersionId) |
Version |
VersionManager.moveVersionAfter(Version version,
Long scheduleAfterVersion)
Move a version after another version
|
Version |
MockVersionManager.releaseVersion(Version version,
boolean release) |
Version |
DefaultVersionManager.releaseVersion(Version version,
boolean release) |
Version |
VersionManager.releaseVersion(Version version,
boolean release)
Used to release or unrelease a version, depending on the release flag.
|
void |
OfBizVersionStore.storeVersion(Version version) |
void |
VersionStore.storeVersion(Version version)
Stores an individual Version in the DB.
|
void |
CachingVersionStore.storeVersion(Version version) |
void |
MockVersionManager.swapVersionForRelatedIssues(ApplicationUser user,
Version version,
io.atlassian.fugue.Option<Version> affectsSwapVersion,
io.atlassian.fugue.Option<Version> fixSwapVersion) |
void |
DefaultVersionManager.swapVersionForRelatedIssues(ApplicationUser user,
Version version,
io.atlassian.fugue.Option<Version> affectsSwapVersion,
io.atlassian.fugue.Option<Version> fixSwapVersion) |
void |
VersionManager.swapVersionForRelatedIssues(ApplicationUser user,
Version version,
io.atlassian.fugue.Option<Version> affectsSwapVersion,
io.atlassian.fugue.Option<Version> fixSwapVersion)
This method will update all issues that currently have
version set as either affects or fix version to
the new affectsSwapVersion or fixSwapVersion |
Version |
MockVersionManager.update(Version version) |
Version |
DefaultVersionManager.update(Version version) |
Version |
VersionManager.update(Version version)
Persists updates to the specified version object.
|
static Function<Collection<Version>,Collection<Version>> |
VersionCollectionManipulators.versionRemover(Version versionToRemove)
Gets a function than in given version collection removes all occurences of versionToRemove
|
static Function<Collection<Version>,Collection<Version>> |
VersionCollectionManipulators.versionReplacer(Version versionToRemove,
Version versionToSwap)
Gets a function than in given version collection replaces all occurences of versionToRemove with version ToSwap
|
Modifier and Type | Method and Description |
---|---|
List<com.atlassian.jira.project.version.CustomFieldVersionTransformation> |
VersionCustomFieldStore.createValueReplacers(Version deletedVersion,
io.atlassian.fugue.Option<Version> targetVersion) |
void |
MockVersionManager.deleteVersion(ApplicationUser applicationUser,
Version versionToDelete,
io.atlassian.fugue.Option<Version> affectsSwapVersion,
io.atlassian.fugue.Option<Version> fixSwapVersion) |
void |
MockVersionManager.deleteVersion(ApplicationUser applicationUser,
Version versionToDelete,
io.atlassian.fugue.Option<Version> affectsSwapVersion,
io.atlassian.fugue.Option<Version> fixSwapVersion) |
void |
DefaultVersionManager.deleteVersion(ApplicationUser applicationUser,
Version versionToDelete,
io.atlassian.fugue.Option<Version> affectsSwapVersion,
io.atlassian.fugue.Option<Version> fixSwapVersion) |
void |
DefaultVersionManager.deleteVersion(ApplicationUser applicationUser,
Version versionToDelete,
io.atlassian.fugue.Option<Version> affectsSwapVersion,
io.atlassian.fugue.Option<Version> fixSwapVersion) |
void |
VersionManager.deleteVersion(ApplicationUser applicationUser,
Version versionToDelete,
io.atlassian.fugue.Option<Version> affectsSwapVersion,
io.atlassian.fugue.Option<Version> fixSwapVersion)
Deprecated.
Use
VersionManager.deleteVersionAndSwap(ApplicationUser, DeleteVersionWithCustomFieldParameters) that
supports swapping version in custom fields.
Since v7.0.10 |
void |
VersionManager.deleteVersion(ApplicationUser applicationUser,
Version versionToDelete,
io.atlassian.fugue.Option<Version> affectsSwapVersion,
io.atlassian.fugue.Option<Version> fixSwapVersion)
Deprecated.
Use
VersionManager.deleteVersionAndSwap(ApplicationUser, DeleteVersionWithCustomFieldParameters) that
supports swapping version in custom fields.
Since v7.0.10 |
Collection<Version> |
MockVersionManager.releaseVersions(Collection<Version> versions,
boolean release) |
Collection<Version> |
DefaultVersionManager.releaseVersions(Collection<Version> versions,
boolean release) |
Collection<Version> |
VersionManager.releaseVersions(Collection<Version> versions,
boolean release)
Used to release versions depending on the release flag.
|
void |
DefaultVersionManager.storeReorderedVersionList(List<Version> versions)
Given a re-ordered list of versions, commit the changes to the backend datastore.
|
void |
OfBizVersionStore.storeVersions(Collection<Version> versions) |
void |
VersionStore.storeVersions(Collection<Version> versions)
Stores a collection of Version objects.
|
void |
CachingVersionStore.storeVersions(Collection<Version> versions) |
void |
MockVersionManager.swapVersionForRelatedIssues(ApplicationUser user,
Version version,
io.atlassian.fugue.Option<Version> affectsSwapVersion,
io.atlassian.fugue.Option<Version> fixSwapVersion) |
void |
MockVersionManager.swapVersionForRelatedIssues(ApplicationUser user,
Version version,
io.atlassian.fugue.Option<Version> affectsSwapVersion,
io.atlassian.fugue.Option<Version> fixSwapVersion) |
void |
DefaultVersionManager.swapVersionForRelatedIssues(ApplicationUser user,
Version version,
io.atlassian.fugue.Option<Version> affectsSwapVersion,
io.atlassian.fugue.Option<Version> fixSwapVersion) |
void |
DefaultVersionManager.swapVersionForRelatedIssues(ApplicationUser user,
Version version,
io.atlassian.fugue.Option<Version> affectsSwapVersion,
io.atlassian.fugue.Option<Version> fixSwapVersion) |
void |
VersionManager.swapVersionForRelatedIssues(ApplicationUser user,
Version version,
io.atlassian.fugue.Option<Version> affectsSwapVersion,
io.atlassian.fugue.Option<Version> fixSwapVersion)
This method will update all issues that currently have
version set as either affects or fix version to
the new affectsSwapVersion or fixSwapVersion |
void |
VersionManager.swapVersionForRelatedIssues(ApplicationUser user,
Version version,
io.atlassian.fugue.Option<Version> affectsSwapVersion,
io.atlassian.fugue.Option<Version> fixSwapVersion)
This method will update all issues that currently have
version set as either affects or fix version to
the new affectsSwapVersion or fixSwapVersion |
List<ChangeItemBean> |
MockVersionManager.updateIssueAffectsVersions(Issue issue,
Collection<Version> newValue) |
List<ChangeItemBean> |
DefaultVersionManager.updateIssueAffectsVersions(Issue issue,
Collection<Version> newVersions) |
List<ChangeItemBean> |
VersionManager.updateIssueAffectsVersions(Issue issue,
Collection<Version> newValue) |
List<ChangeItemBean> |
MockVersionManager.updateIssueFixVersions(Issue issue,
Collection<Version> newValue) |
List<ChangeItemBean> |
DefaultVersionManager.updateIssueFixVersions(Issue issue,
Collection<Version> newValue) |
List<ChangeItemBean> |
VersionManager.updateIssueFixVersions(Issue issue,
Collection<Version> newValue) |
Modifier and Type | Method and Description |
---|---|
VersionBean |
VersionBeanFactoryImpl.createVersionBean(Version version) |
VersionBean |
VersionBeanFactory.createVersionBean(Version version)
Create a VersionBean given the passed Version.
|
VersionBean |
VersionBeanFactoryImpl.createVersionBean(Version version,
boolean expandOps) |
VersionBean |
VersionBeanFactory.createVersionBean(Version version,
boolean expandOps)
Deprecated.
Use
VersionBeanFactory.createVersionBean(com.atlassian.jira.project.version.Version, boolean, boolean) instead.
Since JIRA REST v6.5.1 (JIRA v6.1.1) |
VersionBean |
VersionBeanFactoryImpl.createVersionBean(Version version,
boolean expandOps,
boolean expandRemoteLinks) |
VersionBean |
VersionBeanFactory.createVersionBean(Version version,
boolean expandOps,
boolean expandRemoteLinks)
Create a VersionBean given the passed Version and whether or not to include available operations,
but will not contain remote links.
|
VersionUnresolvedIssueCountsBean |
VersionUnresolvedIssueCountsBeanFactoryImpl.createVersionBean(Version version,
long unresolvedIssueCount) |
VersionUnresolvedIssueCountsBean |
VersionUnresolvedIssueCountsBeanFactory.createVersionBean(Version version,
long unresolvedIssueCount)
Creates a
VersionUnresolvedIssueCountsBean based on the data provided |
VersionIssueCountsBean |
VersionIssueCountsBeanFactory.createVersionBean(Version version,
long fixIssueCount,
long affectsIssueCount,
long issueCountWithCustomFieldsShowingVersion,
Collection<CustomFieldWithVersionUsage> customFieldUsageList)
Create a VersionBean given the passed Version.
|
VersionIssueCountsBean |
VersionIssueCountsBeanFactoryImpl.createVersionBean(Version version,
long fixIssueCount,
long affectsIssueCount,
long issueCountWithCustomFieldsShowingVersion,
Collection<CustomFieldWithVersionUsage> customFieldUsageCollection) |
VersionBean.Builder |
VersionBean.Builder.setVersion(Version version) |
Modifier and Type | Method and Description |
---|---|
List<VersionBean> |
VersionBeanFactoryImpl.createVersionBeans(Collection<? extends Version> versions) |
List<VersionBean> |
VersionBeanFactory.createVersionBeans(Collection<? extends Version> versions)
Create a list of VersionBeans given the passed Versions.
|
List<VersionBean> |
VersionBeanFactoryImpl.createVersionBeans(Collection<? extends Version> versions,
boolean expandOps) |
List<VersionBean> |
VersionBeanFactory.createVersionBeans(Collection<? extends Version> versions,
boolean expandOps)
Deprecated.
Use
VersionBeanFactory.createVersionBeans(Collection, boolean, boolean) instead.
Since JIRA REST v6.5.1 (JIRA v6.1.1) |
List<VersionBean> |
VersionBeanFactoryImpl.createVersionBeans(Collection<? extends Version> versions,
boolean expandOps,
boolean expandRemoteLinks) |
List<VersionBean> |
VersionBeanFactory.createVersionBeans(Collection<? extends Version> versions,
boolean expandOps,
boolean expandRemoteLinks)
Create a list of VersionBeans given the passed Versions.
|
Modifier and Type | Method and Description |
---|---|
long |
StatisticAccessorBean.getOpenByFixFor(Version version) |
Modifier and Type | Method and Description |
---|---|
VersionBean.Builder |
VersionBean.Builder.setVersion(Version version) |
Copyright © 2002-2024 Atlassian. All Rights Reserved.