Uses of Interface
com.atlassian.jira.project.version.Version
Packages that use Version
Package
Description
-
Uses of Version in com.atlassian.jira.auditing.handlers
Methods in com.atlassian.jira.auditing.handlers with parameters of type VersionModifier and TypeMethodDescriptionprotected List<ChangedValue> VersionEventHandlerImpl.computeChangedValues(Version version, Version currentVersion) -
Uses of Version in com.atlassian.jira.bc.project.version
Methods in com.atlassian.jira.bc.project.version that return VersionModifier and TypeMethodDescriptionDefaultVersionService.archiveVersion(VersionService.ArchiveVersionValidationResult result) VersionService.archiveVersion(VersionService.ArchiveVersionValidationResult result) Takes a validation result and performs the archive operation.VersionBuilder.build()VersionBuilderImpl.build()DefaultVersionService.createVersion(ApplicationUser user, VersionService.CreateVersionValidationResult request) VersionService.createVersion(ApplicationUser user, VersionService.CreateVersionValidationResult request) Deprecated.VersionService.ValidationResult.getAffectsSwapVersion()VersionService.ValidationResult.getFixSwapVersion()VersionBuilderImpl.getVersion()VersionService.AbstractVersionResult.getVersion()DeleteVersionWithCustomFieldParametersImpl.getVersionToDelete()VersionService.ValidationResult.getVersionToDelete()DefaultVersionService.releaseVersion(VersionService.ReleaseVersionValidationResult result) VersionService.releaseVersion(VersionService.ReleaseVersionValidationResult result) Using the validation result froma version will be released.invalid reference
#validateReleaseVersion(User, com.atlassian.jira.project.version.Version, Date)DefaultVersionService.unarchiveVersion(VersionService.ArchiveVersionValidationResult result) VersionService.unarchiveVersion(VersionService.ArchiveVersionValidationResult result) Takes a validation result and performs the unarchive operation.DefaultVersionService.unreleaseVersion(VersionService.ReleaseVersionValidationResult result) VersionService.unreleaseVersion(VersionService.ReleaseVersionValidationResult result) Using the validation result froma version will be unreleased.invalid reference
#validateUnreleaseVersion(User, com.atlassian.jira.project.version.Version, Date)Methods in com.atlassian.jira.bc.project.version that return types with arguments of type VersionModifier and TypeMethodDescriptionDefaultVersionService.create(ApplicationUser user, VersionService.VersionBuilderValidationResult validationResult) VersionService.create(ApplicationUser user, VersionService.VersionBuilderValidationResult validationResult) Creates a newVersion, based on the validation result from calling.invalid reference
#validateCreate(User, VersionBuilder)DefaultVersionService.findVersions(ApplicationUser user, String substring) VersionService.findVersions(ApplicationUser user, String substring) Returns all versions visible by the given user filtered by given query.DefaultVersionService.findVersionsByProjects(ApplicationUser user, String substring, @NotEmpty Set<Long> projectIds) 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.DeleteVersionWithCustomFieldParametersImpl.getMoveAffectedIssuesTo()DeleteVersionWithCustomFieldParametersImpl.getMoveFixIssuesTo()VersionService.VersionsResult.getVersions()DefaultVersionService.getVersionsByProject(ApplicationUser user, Project project, PageRequest pageRequest) DefaultVersionService.getVersionsByProject(ApplicationUser user, Project project, PageRequest pageRequest, OrderByRequest<VersionService.VersionExtractableField> orderBy) DefaultVersionService.getVersionsByProject(ApplicationUser user, Project project, PageRequest pageRequest, io.atlassian.fugue.Option<OrderByRequest<VersionService.VersionExtractableField>> orderBy) VersionService.getVersionsByProject(ApplicationUser user, Project project, PageRequest pageRequest) This method returns all versions for a given project.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.10DefaultVersionService.setReleaseDate(ApplicationUser user, Version version, String releaseDate) DefaultVersionService.setReleaseDate(ApplicationUser user, Version version, Date releaseDate) VersionService.setReleaseDate(ApplicationUser user, Version version, String releaseDate) VersionService.setReleaseDate(ApplicationUser user, Version version, Date releaseDate) DefaultVersionService.setVersionDetails(ApplicationUser user, Version version, String name, String description) VersionService.setVersionDetails(ApplicationUser user, Version version, String name, String description) DefaultVersionService.update(ApplicationUser user, VersionService.VersionBuilderValidationResult validationResult) VersionService.update(ApplicationUser user, VersionService.VersionBuilderValidationResult validationResult) Updates the existingVersion, based on the validation result from calling.invalid reference
#validateUpdate(User, VersionBuilder)Methods in com.atlassian.jira.bc.project.version with parameters of type VersionModifier and TypeMethodDescriptionDefaultVersionService.createVersionDeletaAndReplaceParameters(Version versionToDelete) VersionService.createVersionDeletaAndReplaceParameters(Version versionToDelete) Create builder that for paramaters to remove version with swap (including custom fields)longDefaultVersionService.getAffectsIssuesCount(Version version) longVersionService.getAffectsIssuesCount(Version version) Return the count of Issues that have the "Affects Version" field set to version.longDefaultVersionService.getCustomFieldIssuesCount(Version version) longVersionService.getCustomFieldIssuesCount(Version version) This method returns the total number of issues where this version is used in custom fieldsDefaultVersionService.getCustomFieldsUsing(Version version) VersionService.getCustomFieldsUsing(Version version) This method returns usage information in custom fields for a given version.longDefaultVersionService.getFixIssuesCount(Version version) longVersionService.getFixIssuesCount(Version version) Return the count of Issues Fixed in this version.longDefaultVersionService.getUnresolvedIssuesCount(ApplicationUser user, Version version) longVersionService.getUnresolvedIssuesCount(ApplicationUser user, Version version) Return the count of Issues that are unresolved in this version.booleanbooleanIs the passed version overdue? This method does no permission checks on the passed version.DeleteVersionWithReplacementsParameterBuilder.moveAffectedIssuesTo(Version moveAffectedIssuesTo) Set version that will replace given version in 'affects verision' fieldDeleteVersionWithReplacementsParametrsBuilderImpl.moveAffectedIssuesTo(Version moveAffectedIssuesTo) DeleteVersionWithReplacementsParameterBuilder.moveCustomFieldTo(long customFieldId, Version moveCustomFieldTo) Set version that will replace given version in given custom fieldDeleteVersionWithReplacementsParametrsBuilderImpl.moveCustomFieldTo(long customFieldId, Version moveCustomFieldTo) DeleteVersionWithReplacementsParameterBuilder.moveFixIssuesTo(Version moveFixIssuesTo) Set version that will replace given version in 'fix verision' fieldDeleteVersionWithReplacementsParametrsBuilderImpl.moveFixIssuesTo(Version moveFixIssuesTo) voidDefaultVersionService.moveUnreleasedToNewVersion(ApplicationUser directoryUser, Version currentVersion, Version newVersion) voidVersionService.moveUnreleasedToNewVersion(ApplicationUser user, Version currentVersion, Version newVersion) Using the validation result froma version will be released.invalid reference
#validateReleaseVersion(User, com.atlassian.jira.project.version.Version, Date)DefaultVersionService.newVersionBuilder(Version version) VersionService.newVersionBuilder(Version version) Creates a builder to be used when updating an existingVersion.DefaultVersionService.setReleaseDate(ApplicationUser user, Version version, String releaseDate) DefaultVersionService.setReleaseDate(ApplicationUser user, Version version, Date releaseDate) VersionService.setReleaseDate(ApplicationUser user, Version version, String releaseDate) VersionService.setReleaseDate(ApplicationUser user, Version version, Date releaseDate) DefaultVersionService.setVersionDetails(ApplicationUser user, Version version, String name, String description) VersionService.setVersionDetails(ApplicationUser user, Version version, String name, String description) DefaultVersionService.validateArchiveVersion(ApplicationUser user, Version version) VersionService.validateArchiveVersion(ApplicationUser user, Version version) This method should be called before archiving a version.DefaultVersionService.validateReleaseVersion(ApplicationUser user, Version version, String releaseDate) DefaultVersionService.validateReleaseVersion(ApplicationUser user, Version version, Date releaseDate) 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.validateReleaseVersion(ApplicationUser user, Version version, Date releaseDate) This method needs to be called before releasing a version to ensure all parameters are correct.DefaultVersionService.validateUnarchiveVersion(ApplicationUser user, Version version) VersionService.validateUnarchiveVersion(ApplicationUser user, Version version) This method should be called before unarchiving a version.DefaultVersionService.validateUnreleaseVersion(ApplicationUser user, Version version, String releaseDate) DefaultVersionService.validateUnreleaseVersion(ApplicationUser user, Version version, Date releaseDate) VersionService.validateUnreleaseVersion(ApplicationUser user, Version version, String releaseDate) This method needs to be called before unreleasing a version to ensure all parameters are correct.VersionService.validateUnreleaseVersion(ApplicationUser user, Version version, Date releaseDate) This method needs to be called before unreleasing a version to ensure all parameters are correct.Constructors in com.atlassian.jira.bc.project.version with parameters of type VersionModifierConstructorDescriptionAbstractVersionResult(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 parameters in com.atlassian.jira.bc.project.version with type arguments of type VersionModifierConstructorDescriptionDeleteVersionWithCustomFieldParametersImpl(Version versionToDelete, Optional<Version> moveAffectedIssuesTo, Optional<Version> moveFixIssuesTo, List<DeleteVersionWithCustomFieldParameters.CustomFieldReplacement> customFieldReplacements) VersionsResult(ErrorCollection errorCollection, Collection<Version> versions) -
Uses of Version in com.atlassian.jira.bc.project.version.remotelink
Methods in com.atlassian.jira.bc.project.version.remotelink that return VersionConstructors in com.atlassian.jira.bc.project.version.remotelink with parameters of type VersionModifierConstructorDescriptionRemoteVersionLinkImpl(Version version, String globalId, String json) -
Uses of Version in com.atlassian.jira.dashboarditem.statistics.service.versions.beans
Constructors in com.atlassian.jira.dashboarditem.statistics.service.versions.beans with parameters of type Version -
Uses of Version in com.atlassian.jira.dashboarditem.statistics.util
Methods in com.atlassian.jira.dashboarditem.statistics.util with parameters of type VersionModifier and TypeMethodDescriptionQueryUrlSupplier.getUrlForQueryWithVersion(Query query, Version version) QueryUrlSupplierImpl.getUrlForQueryWithVersion(Query query, Version version) -
Uses of Version in com.atlassian.jira.entity
Fields in com.atlassian.jira.entity with type parameters of type VersionMethods in com.atlassian.jira.entity that return VersionModifier and TypeMethodDescriptionVersionFactory.build(org.ofbiz.core.entity.GenericValue genericValue) Methods in com.atlassian.jira.entity with parameters of type Version -
Uses of Version in com.atlassian.jira.event.project
Methods in com.atlassian.jira.event.project that return VersionModifier and TypeMethodDescriptionVersionMergeEvent.getMergedVersion()VersionUpdatedEvent.getOriginalVersion()AbstractVersionEvent.getVersion()Methods in com.atlassian.jira.event.project that return types with arguments of type VersionModifier and TypeMethodDescriptionio.atlassian.fugue.Option<Version> VersionDeleteEvent.getAffectsVersionSwappedTo()io.atlassian.fugue.Option<Version> VersionDeleteEvent.getFixVersionSwappedTo()io.atlassian.fugue.Option<Version> VersionDeleteEvent.getMergedTo()Methods in com.atlassian.jira.event.project with parameters of type VersionModifier and TypeMethodDescriptionVersionDeleteEvent.VersionDeleteEventBuilder.affectsVersionSwappedTo(Version affectsVersionSwappedTo) static VersionDeleteEventstatic VersionDeleteEventVersionDeleteEvent.deletedAndMerged(Version deletedVersion, Version mergedTo) VersionDeleteEvent.VersionDeleteEventBuilder.fixVersionSwappedTo(Version fixSwapVersion) VersionDeleteEvent.VersionDeleteEventBuilder.setMergedTo(Version mergedTo) Constructors in com.atlassian.jira.event.project with parameters of type VersionModifierConstructorDescriptionprotectedAbstractRemoteVersionLinkEvent(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.UseVersionDeleteEvent.VersionDeleteEventBuilderinstead.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) -
Uses of Version in com.atlassian.jira.external
Methods in com.atlassian.jira.external that return VersionModifier and TypeMethodDescriptionExternalUtils.createVersion(ExternalProject externalProject, ExternalVersion externalVersion) ExternalUtils.getVersion(ExternalProject externalProject, ExternalVersion externalVersion) -
Uses of Version in com.atlassian.jira.gadgets.system
Methods in com.atlassian.jira.gadgets.system with parameters of type Version -
Uses of Version in com.atlassian.jira.imports.project
Methods in com.atlassian.jira.imports.project that return types with arguments of type VersionModifier and TypeMethodDescriptionDefaultProjectImportPersister.createVersions(BackupProject backupProject) ProjectImportPersister.createVersions(BackupProject backupProject) Creates the versions, specified byBackupProject.getProjectVersions()for the named backup project. -
Uses of Version in com.atlassian.jira.issue
Methods in com.atlassian.jira.issue that return types with arguments of type VersionModifier and TypeMethodDescriptionDocumentIssueImpl.getAffectedVersions()GenericIssueWrapper.getAffectedVersions()Issue.getAffectedVersions()IssueImpl.getAffectedVersions()DocumentIssueImpl.getFixVersions()GenericIssueWrapper.getFixVersions()Issue.getFixVersions()IssueImpl.getFixVersions()Method parameters in com.atlassian.jira.issue with type arguments of type VersionModifier and TypeMethodDescriptionvoidGenericMutableIssueWrapper.setAffectedVersions(Collection<Version> affectedVersions) voidIssueImpl.setAffectedVersions(Collection<Version> affectedVersions) voidMutableIssue.setAffectedVersions(Collection<Version> affectedVersions) voidGenericMutableIssueWrapper.setFixVersions(Collection<Version> fixVersions) voidIssueImpl.setFixVersions(Collection<Version> fixVersions) voidMutableIssue.setFixVersions(Collection<Version> fixVersions) -
Uses of Version in com.atlassian.jira.issue.comparator
Fields in com.atlassian.jira.issue.comparator with type parameters of type VersionMethods in com.atlassian.jira.issue.comparator with parameters of type Version -
Uses of Version in com.atlassian.jira.issue.customfields.impl
Methods in com.atlassian.jira.issue.customfields.impl that return VersionModifier and TypeMethodDescriptionprotected VersionVersionCFType.convertDbValueToType(Object input) VersionCFType.getSingularObjectFromString(String string) Methods in com.atlassian.jira.issue.customfields.impl that return types with arguments of type VersionModifier and TypeMethodDescriptionprotected Comparator<Version> VersionCFType.getTypeComparator()VersionCFType.getValueFromCustomFieldParams(CustomFieldParams parameters) Methods in com.atlassian.jira.issue.customfields.impl with parameters of type VersionModifier and TypeMethodDescriptionprotected ObjectVersionCFType.convertTypeToDbValue(Version value) VersionCFType.getStringFromSingularObject(Version version) Method parameters in com.atlassian.jira.issue.customfields.impl with type arguments of type VersionModifier and TypeMethodDescriptionVersionCFType.getChangelogString(CustomField field, Collection<Version> versions) -
Uses of Version in com.atlassian.jira.issue.fields
Methods in com.atlassian.jira.issue.fields that return types with arguments of type VersionModifier and TypeMethodDescriptionprotected abstract Collection<Version> AbstractVersionsSystemField.getCurrentVersions(Issue issue) protected Collection<Version> AffectedVersionsSystemField.getCurrentVersions(Issue issue) protected Collection<Version> FixVersionsSystemField.getCurrentVersions(Issue issue) AbstractVersionsSystemField.getDefaultValue(Issue issue) AffectedVersionsSystemField.getDefaultValue(Issue issue) AbstractVersionsSystemField.getValueFromParams(Map params) Methods in com.atlassian.jira.issue.fields with parameters of type VersionModifier and TypeMethodDescriptionprotected abstract JqlClauseBuilderAbstractVersionsSystemField.queryArchivedVersionsField(JqlClauseBuilder and, Version name) protected JqlClauseBuilderAffectedVersionsSystemField.queryArchivedVersionsField(JqlClauseBuilder queryBuilder, Version version) protected JqlClauseBuilderFixVersionsSystemField.queryArchivedVersionsField(JqlClauseBuilder queryBuilder, Version version) Method parameters in com.atlassian.jira.issue.fields with type arguments of type VersionModifier and TypeMethodDescriptionvoidAbstractVersionsSystemField.createValue(Issue issue, Collection<Version> value) AbstractVersionsSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Collection<Version> value, Map displayParameters) protected abstract List<ChangeItemBean> AbstractVersionsSystemField.updateIssueValue(Issue issue, Collection<Version> newValue) protected List<ChangeItemBean> AffectedVersionsSystemField.updateIssueValue(Issue issue, Collection<Version> newValue) protected List<ChangeItemBean> FixVersionsSystemField.updateIssueValue(Issue issue, Collection<Version> newValue) -
Uses of Version in com.atlassian.jira.issue.fields.event
Constructors in com.atlassian.jira.issue.fields.event with parameters of type VersionModifierConstructorDescriptionAffectedVersionCreatedInlineEvent(Version version) FixVersionCreatedInline(Version version) -
Uses of Version in com.atlassian.jira.issue.fields.rest.json.beans
Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type VersionModifier and TypeMethodDescriptionstatic VersionJsonBeanVersionJsonBean.shortBean(Version version, JiraBaseUrls urls) Method parameters in com.atlassian.jira.issue.fields.rest.json.beans with type arguments of type VersionModifier and TypeMethodDescriptionstatic Collection<VersionJsonBean> VersionJsonBean.shortBeans(Collection<Version> versions, JiraBaseUrls urls) -
Uses of Version in com.atlassian.jira.issue.fields.util
Methods in com.atlassian.jira.issue.fields.util that return types with arguments of type Version -
Uses of Version in com.atlassian.jira.issue.search.quicksearch
Method parameters in com.atlassian.jira.issue.search.quicksearch with type arguments of type VersionModifier and TypeMethodDescriptionVersionQuickSearchHandler.getAllVersionNamesMatchingSubstring(Collection<Version> versions, String name) Return -
Uses of Version in com.atlassian.jira.issue.search.searchers.util
Constructor parameters in com.atlassian.jira.issue.search.searchers.util with type arguments of type VersionModifierConstructorDescriptionVersionIndexedInputHelper(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.VersionIndexedInputHelper(IndexInfoResolver<Version> versionIndexInfoResolver, JqlOperandResolver operandResolver, FieldFlagOperandRegistry fieldFlagOperandRegistry, NameResolver<Version> versionResolver) VersionIndexedInputHelper(IndexInfoResolver<Version> versionIndexInfoResolver, JqlOperandResolver operandResolver, FieldFlagOperandRegistry fieldFlagOperandRegistry, NameResolver<Version> versionResolver) -
Uses of Version in com.atlassian.jira.issue.statistics
Methods in com.atlassian.jira.issue.statistics with parameters of type Version -
Uses of Version in com.atlassian.jira.issue.views
Methods in com.atlassian.jira.issue.views with parameters of type VersionModifier and TypeMethodDescriptionDefaultSearchLinkGenerator.getFixVersionSearchLink(Version version) Get search link for fixVersion field scoped within a project of the passed version.SearchLinkGenerator.getFixVersionSearchLink(Version version) Get search link for fixVersion field scoped within a project of the passed version. -
Uses of Version in com.atlassian.jira.jql.resolver
Methods in com.atlassian.jira.jql.resolver that return VersionMethods in com.atlassian.jira.jql.resolver that return types with arguments of type VersionModifier and TypeMethodDescriptionVersionResolver.getAll()VersionResolver.getProjectVersions(Long projectId) Methods in com.atlassian.jira.jql.resolver with parameters of type VersionConstructor parameters in com.atlassian.jira.jql.resolver with type arguments of type VersionModifierConstructorDescriptionVersionIndexInfoResolver(NameResolver<Version> versionResolver) VersionIndexInfoResolver(NameResolver<Version> versionResolver, Function<String, List<String>> operandToIdsResolver) -
Uses of Version in com.atlassian.jira.jql.util
Constructors in com.atlassian.jira.jql.util with parameters of type Version -
Uses of Version in com.atlassian.jira.mock.project
Classes in com.atlassian.jira.mock.project that implement VersionMethods in com.atlassian.jira.mock.project that return Version -
Uses of Version in com.atlassian.jira.plugin.jql.function
Methods in com.atlassian.jira.plugin.jql.function that return types with arguments of type VersionModifier and TypeMethodDescriptionprotected abstract Collection<Version> AbstractVersionsFunction.getAllVersions(ApplicationUser user) protected Collection<Version> AllReleasedVersionsFunction.getAllVersions(ApplicationUser user) protected Collection<Version> AllUnreleasedVersionsFunction.getAllVersions(ApplicationUser user) protected Collection<Version> EarliestUnreleasedVersionFunction.getAllVersions(ApplicationUser user) protected Collection<Version> LatestReleasedVersionFunction.getAllVersions(ApplicationUser user) protected abstract Collection<Version> AbstractVersionsFunction.getVersionsForProject(Long projectId) protected Collection<Version> AllReleasedVersionsFunction.getVersionsForProject(Long projectId) protected Collection<Version> AllUnreleasedVersionsFunction.getVersionsForProject(Long projectId) protected Collection<Version> EarliestUnreleasedVersionFunction.getVersionsForProject(Long projectId) protected Collection<Version> LatestReleasedVersionFunction.getVersionsForProject(Long projectId) -
Uses of Version in com.atlassian.jira.plugin.versionpanel
Methods in com.atlassian.jira.plugin.versionpanel that return Version -
Uses of Version in com.atlassian.jira.plugins.webhooks.serializer.version
Methods in com.atlassian.jira.plugins.webhooks.serializer.version with parameters of type Version -
Uses of Version in com.atlassian.jira.plugins.webhooks.url.context
Methods in com.atlassian.jira.plugins.webhooks.url.context with parameters of type VersionModifier and TypeMethodDescriptionVersionContextSerializer.getContext(Version version) VersionContextSerializer.getContextMergedVersion(Version version) -
Uses of Version in com.atlassian.jira.project
Methods in com.atlassian.jira.project that return types with arguments of type VersionModifier and TypeMethodDescriptionMockProject.getVersions()Project.getVersions()ProjectImpl.getVersions()Method parameters in com.atlassian.jira.project with type arguments of type VersionConstructors in com.atlassian.jira.project with parameters of type Version -
Uses of Version in com.atlassian.jira.project.util
Methods in com.atlassian.jira.project.util with parameters of type VersionModifier and TypeMethodDescriptionReleaseNoteManager.getReleaseNote(webwork.action.Action action, String releaseNoteStyleName, Version version, ApplicationUser user, Project project) Returns a release note for this version, using the specified releaseNoteStyleName. -
Uses of Version in com.atlassian.jira.project.version
Classes in com.atlassian.jira.project.version that implement VersionMethods in com.atlassian.jira.project.version that return VersionModifier and TypeMethodDescriptionDefaultVersionManager.archiveVersion(Version version, boolean archive) MockVersionManager.archiveVersion(Version version, boolean archive) VersionManager.archiveVersion(Version version, boolean archive) Archive/Un-archive a single version depending on the archive flag.CachingVersionStore.createVersion(Version version) DefaultVersionManager.createVersion(String name, Date releaseDate, String description, Long projectId, Long scheduleAfterVersion) DefaultVersionManager.createVersion(String name, Date releaseDate, String description, org.ofbiz.core.entity.GenericValue project, Long scheduleAfterVersion) Deprecated.since version 6.0DefaultVersionManager.createVersion(String name, Date startDate, Date releaseDate, String description, Long projectId, Long scheduleAfterVersion) DefaultVersionManager.createVersion(String name, Date startDate, Date releaseDate, String description, Long projectId, Long scheduleAfterVersion, boolean released) MockVersionManager.createVersion(String name, Date releaseDate, String description, Long projectId, Long scheduleAfterVersion) MockVersionManager.createVersion(String name, Date startDate, Date releaseDate, String description, Long projectId, Long scheduleAfterVersion) MockVersionManager.createVersion(String name, Date startDate, Date releaseDate, String description, Long projectId, Long scheduleAfterVersion, boolean released) OfBizVersionStore.createVersion(Version 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 ofVersionManager.createVersion(String, java.util.Date, java.util.Date, String, Long, Long, boolean)which lets you specify thestartDateandreleaseattribute values for the newVersionobject.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 ofVersionManager.createVersion(String, java.util.Date, java.util.Date, String, Long, Long, boolean)which lets you specify thereleaseattribute value for the newVersionobject.VersionManager.createVersion(String name, Date startDate, Date releaseDate, String description, Long projectId, Long scheduleAfterVersion, boolean released) Creates a newVersion.VersionStore.createVersion(Version version) DefaultVersionManager.decreaseVersionSequence(Version version) MockVersionManager.decreaseVersionSequence(Version version) VersionManager.decreaseVersionSequence(Version version) Move a version to have a higher sequence number - ie make it laterDefaultVersionManager.editVersionDetails(Version version, String name, String description) MockVersionManager.editVersionDetails(Version version, String name, String description) VersionManager.editVersionDetails(Version version, String name, String description) Updates details of an existing version.DefaultVersionManager.editVersionReleaseDate(Version version, Date duedate) MockVersionManager.editVersionReleaseDate(Version version, Date duedate) VersionManager.editVersionReleaseDate(Version version, Date duedate) Update the release date of a version.DefaultVersionManager.editVersionStartDate(Version version, Date startDate) MockVersionManager.editVersionStartDate(Version version, Date startDate) VersionManager.editVersionStartDate(Version version, Date startDate) Updates the start date of a versionDefaultVersionManager.editVersionStartReleaseDate(Version version, Date startDate, Date releaseDate) MockVersionManager.editVersionStartReleaseDate(Version version, Date startDate, Date releaseDate) VersionManager.editVersionStartReleaseDate(Version version, Date startDate, Date releaseDate) Updates the start and release date of a versionCachingVersionStore.getVersion(Long id) DefaultVersionManager.getVersion(Long id) DefaultVersionManager.getVersion(Long projectId, String versionName) Retrieve a specific Version in a project given the project id, ornullif no such version exists in that project.MockVersionManager.getVersion(Long id) MockVersionManager.getVersion(Long projectId, String versionName) OfBizVersionStore.getVersion(Long id) VersionManager.getVersion(Long id) Returns a single version.VersionManager.getVersion(Long projectId, String versionName) Search for a version by projectID and name.VersionStore.getVersion(Long id) DeleteVersionWithCustomFieldParameters.getVersionToDelete()DefaultVersionManager.increaseVersionSequence(Version version) MockVersionManager.increaseVersionSequence(Version version) VersionManager.increaseVersionSequence(Version version) Move a version to have a lower sequence number - ie make it earlierDefaultVersionManager.moveToEndVersionSequence(Version version) MockVersionManager.moveToEndVersionSequence(Version version) VersionManager.moveToEndVersionSequence(Version version) Move a version to the end of the version sequenceDefaultVersionManager.moveToStartVersionSequence(Version version) MockVersionManager.moveToStartVersionSequence(Version version) VersionManager.moveToStartVersionSequence(Version version) Move a version to the start of the version listDefaultVersionManager.moveVersionAfter(Version version, Long scheduleAfterVersionId) MockVersionManager.moveVersionAfter(Version version, Long scheduleAfterVersion) VersionManager.moveVersionAfter(Version version, Long scheduleAfterVersion) Move a version after another versionDefaultVersionManager.releaseVersion(Version version, boolean release) MockVersionManager.releaseVersion(Version version, boolean release) VersionManager.releaseVersion(Version version, boolean release) Used to release or unrelease a version, depending on the release flag.Persists updates to the specified version object.Methods in com.atlassian.jira.project.version that return types with arguments of type VersionModifier and TypeMethodDescriptionDefaultVersionManager.getAffectedVersionsFor(Issue issue) MockVersionManager.getAffectedVersionsFor(Issue issue) VersionManager.getAffectedVersionsFor(Issue issue) Get all affected versions of the specified issue.CachingVersionStore.getAllVersions()DefaultVersionManager.getAllVersions()MockVersionManager.getAllVersions()OfBizVersionStore.getAllVersions()VersionManager.getAllVersions()VersionStore.getAllVersions()Returns a list of GenericValues representing all Versions in JIRA, ordered by sequence.DefaultVersionManager.getAllVersionsForProjects(Collection<Project> projects, boolean includeArchived) MockVersionManager.getAllVersionsForProjects(Collection<Project> projects, boolean includeArchived) VersionManager.getAllVersionsForProjects(Collection<Project> projects, boolean includeArchived) Returns all versions that belong to the passed projects.DefaultVersionManager.getAllVersionsReleased(boolean includeArchived) MockVersionManager.getAllVersionsReleased(boolean includeArchived) VersionManager.getAllVersionsReleased(boolean includeArchived) DefaultVersionManager.getAllVersionsUnreleased(boolean includeArchived) MockVersionManager.getAllVersionsUnreleased(boolean includeArchived) VersionManager.getAllVersionsUnreleased(boolean includeArchived) DefaultVersionManager.getFixVersionsFor(Issue issue) MockVersionManager.getFixVersionsFor(Issue issue) VersionManager.getFixVersionsFor(Issue issue) Get all fix for versions of the specified issue.DeleteVersionWithCustomFieldParameters.getMoveAffectedIssuesTo()What version will replace version in 'affected version' field.DeleteVersionWithCustomFieldParameters.getMoveFixIssuesTo()What version will replace version in 'fix version' field.DeleteVersionWithCustomFieldParameters.CustomFieldReplacement.getMoveTo()What version will replace version in given custom field.DefaultVersionManager.getOtherUnarchivedVersions(Version version) Return all unarchived versions except this oneMockVersionManager.getOtherUnarchivedVersions(Version version) VersionManager.getOtherUnarchivedVersions(Version version) Return all unarchived versions except this oneDefaultVersionManager.getOtherVersions(Version version) Return all other versions in the project except this oneMockVersionManager.getOtherVersions(Version version) VersionManager.getOtherVersions(Version version) Return all other versions in the project except this oneDefaultVersionManager.getVersions(Project project) DefaultVersionManager.getVersions(Long projectId) DefaultVersionManager.getVersions(Long projectId, boolean includeArchived) DefaultVersionManager.getVersions(List<Long> ids) MockVersionManager.getVersions(Project project) MockVersionManager.getVersions(Long projectId) MockVersionManager.getVersions(Long projectId, boolean includeArchived) MockVersionManager.getVersions(List<Long> ids) VersionManager.getVersions(Project project) Return a list of Versions for the given project.VersionManager.getVersions(Long projectId) Return a list of Versions for the given project.VersionManager.getVersions(Long projectId, boolean includeArchived) Return a list of Versions for the given project.VersionManager.getVersions(List<Long> ids) Return a collection ofVersions matching the ids passed in.DefaultVersionManager.getVersionsArchived(Project project) MockVersionManager.getVersionsArchived(Project project) 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) CachingVersionStore.getVersionsByName(String name) DefaultVersionManager.getVersionsByName(String versionName) MockVersionManager.getVersionsByName(String versionName) OfBizVersionStore.getVersionsByName(String name) VersionManager.getVersionsByName(String versionName) Return a collection ofVersions that have the specified name.VersionStore.getVersionsByName(String name) Returns a list of GenericValues representing all Versions in JIRA with a given name, case insensitively.CachingVersionStore.getVersionsByProject(Long projectId) OfBizVersionStore.getVersionsByProject(Long projectId) VersionStore.getVersionsByProject(Long projectId) Returns a list of GenericValues representing all Versions in a project.DefaultVersionManager.getVersionsReleased(Long projectId, boolean includeArchived) MockVersionManager.getVersionsReleased(Long projectId, boolean includeArchived) VersionManager.getVersionsReleased(Long projectId, boolean includeArchived) Gets a list of released versions for a project.DefaultVersionManager.getVersionsReleasedDesc(Long projectId, boolean includeArchived) MockVersionManager.getVersionsReleasedDesc(Long projectId, boolean includeArchived) VersionManager.getVersionsReleasedDesc(Long projectId, boolean includeArchived) Gets a list of released versions for a project in reverse order.DefaultVersionManager.getVersionsUnarchived(Long projectId) MockVersionManager.getVersionsUnarchived(Long projectId) VersionManager.getVersionsUnarchived(Long projectId) Return all un-archived versions for a particular projectDefaultVersionManager.getVersionsUnreleased(Long projectId, boolean includeArchived) MockVersionManager.getVersionsUnreleased(Long projectId, boolean includeArchived) 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()DefaultVersionManager.releaseVersions(Collection<Version> versions, boolean release) MockVersionManager.releaseVersions(Collection<Version> versions, boolean release) 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 versionToRemovestatic Function<Collection<Version>, Collection<Version>> VersionCollectionManipulators.versionRemover(Version versionToRemove) Gets a function than in given version collection removes all occurences of versionToRemovestatic 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 ToSwapstatic 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 ToSwapMethods in com.atlassian.jira.project.version with parameters of type VersionModifier and TypeMethodDescriptionDefaultVersionManager.archiveVersion(Version version, boolean archive) MockVersionManager.archiveVersion(Version version, boolean archive) 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, io.atlassian.fugue.Option<Version> targetVersion) List<com.atlassian.jira.project.version.CustomFieldVersionTransformation> VersionCustomFieldStore.createValueReplacers(Version deletedVersion, List<DeleteVersionWithCustomFieldParameters.CustomFieldReplacement> customFieldReplacementList) CachingVersionStore.createVersion(Version version) OfBizVersionStore.createVersion(Version version) VersionStore.createVersion(Version version) DefaultVersionManager.decreaseVersionSequence(Version version) MockVersionManager.decreaseVersionSequence(Version version) VersionManager.decreaseVersionSequence(Version version) Move a version to have a higher sequence number - ie make it latervoidDefaultVersionManager.deleteAndRemoveFromIssues(ApplicationUser user, Version versionToRemove) voidMockVersionManager.deleteAndRemoveFromIssues(ApplicationUser user, Version versionToRemove) voidVersionManager.deleteAndRemoveFromIssues(ApplicationUser user, Version versionToRemove) This method deletes a version and additionally (unlinkeVersionManager.deleteVersion(com.atlassian.jira.project.version.Version)) removes it from all issues that reference it.voidCachingVersionStore.deleteVersion(Version version) voidDefaultVersionManager.deleteVersion(Version version) voidMockVersionManager.deleteVersion(Version version) voidOfBizVersionStore.deleteVersion(Version version) voidVersionManager.deleteVersion(Version version) Removes a specific version from the system.voidVersionStore.deleteVersion(Version version) Deletes given Version object by removing it from database.DefaultVersionManager.editVersionDetails(Version version, String name, String description) MockVersionManager.editVersionDetails(Version version, String name, String description) VersionManager.editVersionDetails(Version version, String name, String description) Updates details of an existing version.DefaultVersionManager.editVersionReleaseDate(Version version, Date duedate) MockVersionManager.editVersionReleaseDate(Version version, Date duedate) VersionManager.editVersionReleaseDate(Version version, Date duedate) Update the release date of a version.DefaultVersionManager.editVersionStartDate(Version version, Date startDate) MockVersionManager.editVersionStartDate(Version version, Date startDate) VersionManager.editVersionStartDate(Version version, Date startDate) Updates the start date of a versionDefaultVersionManager.editVersionStartReleaseDate(Version version, Date startDate, Date releaseDate) MockVersionManager.editVersionStartReleaseDate(Version version, Date startDate, Date releaseDate) VersionManager.editVersionStartReleaseDate(Version version, Date startDate, Date releaseDate) Updates the start and release date of a versionlongDefaultVersionManager.getCustomFieldIssuesCount(Version version) longMockVersionManager.getCustomFieldIssuesCount(Version version) longVersionCustomFieldStore.getCustomFieldIssuesCount(Version version) longVersionManager.getCustomFieldIssuesCount(Version version) This method gives total number of issues where this version is used in custom fields.VersionCustomFieldStore.getCustomFieldsTypesUsing(Version version) DefaultVersionManager.getCustomFieldsUsing(Version version) MockVersionManager.getCustomFieldsUsing(Version version) Collection<? extends CustomFieldWithVersionUsage> VersionCustomFieldStore.getCustomFieldsUsing(Version version) VersionManager.getCustomFieldsUsing(Version version) This method gives information about usage of given version in custom fields.DefaultVersionManager.getIssueIdsWithAffectsVersion(Version version) MockVersionManager.getIssueIdsWithAffectsVersion(Version version) VersionManager.getIssueIdsWithAffectsVersion(Version version) Return all the issues in which the affects version matches the specified version.VersionCustomFieldStore.getIssueIdsWithCustomFieldsFor(Version version) DefaultVersionManager.getIssueIdsWithFixVersion(Version version) MockVersionManager.getIssueIdsWithFixVersion(Version version) VersionManager.getIssueIdsWithFixVersion(Version version) Return all the issues in which the fix version matches the specified version.DefaultVersionManager.getIssuesWithAffectsVersion(Version version) MockVersionManager.getIssuesWithAffectsVersion(Version version) VersionManager.getIssuesWithAffectsVersion(Version version) Return all the issues in which the affected version matches the specified version.DefaultVersionManager.getIssuesWithFixVersion(Version version) MockVersionManager.getIssuesWithFixVersion(Version version) VersionManager.getIssuesWithFixVersion(Version version) Return all the issues in which the fix for version matches the specified version.DefaultVersionManager.getOtherUnarchivedVersions(Version version) Return all unarchived versions except this oneMockVersionManager.getOtherUnarchivedVersions(Version version) VersionManager.getOtherUnarchivedVersions(Version version) Return all unarchived versions except this oneDefaultVersionManager.getOtherVersions(Version version) Return all other versions in the project except this oneMockVersionManager.getOtherVersions(Version version) VersionManager.getOtherVersions(Version version) Return all other versions in the project except this oneDefaultVersionManager.increaseVersionSequence(Version version) MockVersionManager.increaseVersionSequence(Version version) VersionManager.increaseVersionSequence(Version version) Move a version to have a lower sequence number - ie make it earlierbooleanDefaultVersionManager.isDuplicateName(Version currentVersion, String name) booleanMockVersionManager.isDuplicateName(Version version, String name) booleanVersionManager.isDuplicateName(Version version, String name) Check that the version name we are changing to is not a duplicate.booleanDefaultVersionManager.isVersionOverDue(Version version) booleanMockVersionManager.isVersionOverDue(Version version) booleanVersionManager.isVersionOverDue(Version version) Checks to see if a version is overdue.voidDefaultVersionManager.merge(ApplicationUser user, Version versionToDelete, Version versionToMergeTo) voidMockVersionManager.merge(ApplicationUser user, Version versionToDelete, Version versionToMergeTo) voidVersionManager.merge(ApplicationUser user, Version versionToDelete, Version versionToMergeTo) This method will perform a version merge.voidDefaultVersionManager.moveIssuesToNewVersion(List<Issue> issues, Version currentVersion, Version swapToVersion) voidMockVersionManager.moveIssuesToNewVersion(List issues, Version currentVersion, Version swapToVersion) voidVersionManager.moveIssuesToNewVersion(List<Issue> issues, Version currentVersion, Version swapToVersion) Swaps the list of issues supplied from one Fix version to another.DefaultVersionManager.moveToEndVersionSequence(Version version) MockVersionManager.moveToEndVersionSequence(Version version) VersionManager.moveToEndVersionSequence(Version version) Move a version to the end of the version sequenceDefaultVersionManager.moveToStartVersionSequence(Version version) MockVersionManager.moveToStartVersionSequence(Version version) VersionManager.moveToStartVersionSequence(Version version) Move a version to the start of the version listDefaultVersionManager.moveVersionAfter(Version version, Long scheduleAfterVersionId) MockVersionManager.moveVersionAfter(Version version, Long scheduleAfterVersion) VersionManager.moveVersionAfter(Version version, Long scheduleAfterVersion) Move a version after another versionDefaultVersionManager.releaseVersion(Version version, boolean release) MockVersionManager.releaseVersion(Version version, boolean release) VersionManager.releaseVersion(Version version, boolean release) Used to release or unrelease a version, depending on the release flag.voidCachingVersionStore.storeVersion(Version version) voidOfBizVersionStore.storeVersion(Version version) voidVersionStore.storeVersion(Version version) Stores an individual Version in the DB.voidDefaultVersionManager.swapVersionForRelatedIssues(ApplicationUser user, Version version, io.atlassian.fugue.Option<Version> affectsSwapVersion, io.atlassian.fugue.Option<Version> fixSwapVersion) voidMockVersionManager.swapVersionForRelatedIssues(ApplicationUser user, Version version, io.atlassian.fugue.Option<Version> affectsSwapVersion, io.atlassian.fugue.Option<Version> fixSwapVersion) voidVersionManager.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 haveversionset as either affects or fix version to the newaffectsSwapVersionorfixSwapVersionPersists 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 versionToRemovestatic 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 ToSwapMethod parameters in com.atlassian.jira.project.version with type arguments of type VersionModifier and TypeMethodDescriptionList<com.atlassian.jira.project.version.CustomFieldVersionTransformation> VersionCustomFieldStore.createValueReplacers(Version deletedVersion, io.atlassian.fugue.Option<Version> targetVersion) DefaultVersionManager.releaseVersions(Collection<Version> versions, boolean release) MockVersionManager.releaseVersions(Collection<Version> versions, boolean release) VersionManager.releaseVersions(Collection<Version> versions, boolean release) Used to release versions depending on the release flag.voidDefaultVersionManager.storeReorderedVersionList(List<Version> versions) Given a re-ordered list of versions, commit the changes to the backend datastore.voidCachingVersionStore.storeVersions(Collection<Version> versions) voidOfBizVersionStore.storeVersions(Collection<Version> versions) voidVersionStore.storeVersions(Collection<Version> versions) Stores a collection of Version objects.voidDefaultVersionManager.swapVersionForRelatedIssues(ApplicationUser user, Version version, io.atlassian.fugue.Option<Version> affectsSwapVersion, io.atlassian.fugue.Option<Version> fixSwapVersion) voidMockVersionManager.swapVersionForRelatedIssues(ApplicationUser user, Version version, io.atlassian.fugue.Option<Version> affectsSwapVersion, io.atlassian.fugue.Option<Version> fixSwapVersion) voidVersionManager.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 haveversionset as either affects or fix version to the newaffectsSwapVersionorfixSwapVersionDefaultVersionManager.updateIssueAffectsVersions(Issue issue, Collection<Version> newVersions) MockVersionManager.updateIssueAffectsVersions(Issue issue, Collection<Version> newValue) VersionManager.updateIssueAffectsVersions(Issue issue, Collection<Version> newValue) DefaultVersionManager.updateIssueFixVersions(Issue issue, Collection<Version> newValue) MockVersionManager.updateIssueFixVersions(Issue issue, Collection<Version> newValue) VersionManager.updateIssueFixVersions(Issue issue, Collection<Version> newValue) -
Uses of Version in com.atlassian.jira.projects.legacy.projectpanel.fragment.impl
Methods in com.atlassian.jira.projects.legacy.projectpanel.fragment.impl with parameters of type VersionModifier and TypeMethodDescriptionprotected ClauseUnresolvedIssuesByFixVersionFragment.FixVersionUrlUtil.getDomainClause(Version version) -
Uses of Version in com.atlassian.jira.projects.legacy.versionpanel
Methods in com.atlassian.jira.projects.legacy.versionpanel that return VersionConstructors in com.atlassian.jira.projects.legacy.versionpanel with parameters of type VersionModifierConstructorDescriptionBrowseVersionContextImpl(Version version, ApplicationUser user) Constructs an instance for this class. -
Uses of Version in com.atlassian.jira.projects.page.release
Methods in com.atlassian.jira.projects.page.release that return types with arguments of type VersionModifier and TypeMethodDescriptionVersionService.getReleasedVersions(Project project) Gets released versions which should be visible in project page.VersionService.getUnarchivedVersions(Project project) Gets versions which should be visible in project page.VersionService.getUnreleasedVersions(Project project) Gets released versions which should be visible in project page.io.atlassian.fugue.Option<Version> VersionService.getVersion(Long versionId) Gets details of version specified byversionId.VersionService.getVersions(Project project) Gets versions which should be visible in project page.Methods in com.atlassian.jira.projects.page.release with parameters of type VersionModifier and TypeMethodDescriptionConstructors in com.atlassian.jira.projects.page.release with parameters of type VersionModifierConstructorDescriptionVersionView(Version version, String url, VersionReleaseStatusView status, VersionView.Date startDate, VersionView.Date releaseDate, boolean overdue, List<VersionView.Operation> operations) -
Uses of Version in com.atlassian.jira.projects.web
Methods in com.atlassian.jira.projects.web that return VersionModifier and TypeMethodDescriptionBrowseProjectVersion.NextPreviousVersion.getNext()BrowseProjectVersion.NextPreviousVersion.getPrevious()BrowseProjectVersion.getVersion()Constructors in com.atlassian.jira.projects.web with parameters of type Version -
Uses of Version in com.atlassian.jira.rest.v2.issue.version
Methods in com.atlassian.jira.rest.v2.issue.version with parameters of type VersionModifier and TypeMethodDescriptionVersionBeanFactory.createVersionBean(Version version) Create a VersionBean given the passed Version.VersionBeanFactory.createVersionBean(Version version, boolean expandOps) Deprecated.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.VersionBeanFactoryImpl.createVersionBean(Version version) VersionBeanFactoryImpl.createVersionBean(Version version, boolean expandOps) VersionBeanFactoryImpl.createVersionBean(Version version, boolean expandOps, boolean expandRemoteLinks) VersionIssueCountsBeanFactory.createVersionBean(Version version, long fixIssueCount, long affectsIssueCount, long issueCountWithCustomFieldsShowingVersion, Collection<CustomFieldWithVersionUsage> customFieldUsageList) Create a VersionBean given the passed Version.VersionIssueCountsBeanFactoryImpl.createVersionBean(Version version, long fixIssueCount, long affectsIssueCount, long issueCountWithCustomFieldsShowingVersion, Collection<CustomFieldWithVersionUsage> customFieldUsageCollection) VersionUnresolvedIssueCountsBeanFactory.createVersionBean(Version version, long unresolvedIssueCount) Creates aVersionUnresolvedIssueCountsBeanbased on the data providedVersionUnresolvedIssueCountsBeanFactoryImpl.createVersionBean(Version version, long unresolvedIssueCount) VersionBean.Builder.setVersion(Version version) Method parameters in com.atlassian.jira.rest.v2.issue.version with type arguments of type VersionModifier and TypeMethodDescriptionVersionBeanFactory.createVersionBeans(Collection<? extends Version> versions) Create a list of VersionBeans given the passed Versions.VersionBeanFactory.createVersionBeans(Collection<? extends Version> versions, boolean expandOps) Deprecated.VersionBeanFactory.createVersionBeans(Collection<? extends Version> versions, boolean expandOps, boolean expandRemoteLinks) Create a list of VersionBeans given the passed Versions.VersionBeanFactoryImpl.createVersionBeans(Collection<? extends Version> versions) VersionBeanFactoryImpl.createVersionBeans(Collection<? extends Version> versions, boolean expandOps) VersionBeanFactoryImpl.createVersionBeans(Collection<? extends Version> versions, boolean expandOps, boolean expandRemoteLinks) -
Uses of Version in com.atlassian.jira.search.jql
Constructor parameters in com.atlassian.jira.search.jql with type arguments of type VersionModifierConstructorDescriptionVersionLikeQueryFactory(IndexInfoResolver<Version> indexInfoResolver) VersionSpecificRelationalOperatorQueryFactory(Comparator<? super Version> comparator, VersionResolver versionResolver, IndexInfoResolver<Version> versionIndexInfoResolver) VersionSpecificRelationalOperatorQueryFactory(Comparator<? super Version> comparator, VersionResolver versionResolver, IndexInfoResolver<Version> versionIndexInfoResolver) -
Uses of Version in com.atlassian.jira.webtests.ztests.bundledplugins2.webhooks
Methods in com.atlassian.jira.webtests.ztests.bundledplugins2.webhooks with parameters of type Version -
Uses of Version in com.codebarrel.jira.software
Methods in com.codebarrel.jira.software with parameters of type VersionModifier and TypeMethodDescriptionstatic VersionBeanNativeSoftwareClient.toVersionBean(Version version)
VersionService.validateCreate(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.bc.project.version.VersionService.VersionBuilder)andVersionService.create(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.bc.project.version.VersionService.VersionBuilderValidationResult).