|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Version in com.atlassian.jira.bc.project.version |
|---|
| Methods in com.atlassian.jira.bc.project.version that return types with arguments of type Version | |
|---|---|
Collection<Version> |
VersionService.VersionsResult.getVersions()
|
| Methods in com.atlassian.jira.bc.project.version with parameters of type Version | |
|---|---|
VersionService.ArchiveVersionValidationResult |
VersionService.validateArchiveVersion(User user,
Version version)
This method should be called before archiving a version. |
VersionService.ArchiveVersionValidationResult |
VersionService.validateArchiveVersion(com.atlassian.crowd.embedded.api.User user,
Version version)
This method should be called before archiving a version. |
VersionService.ArchiveVersionValidationResult |
DefaultVersionService.validateArchiveVersion(com.atlassian.crowd.embedded.api.User user,
Version version)
|
VersionService.ArchiveVersionValidationResult |
DefaultVersionService.validateArchiveVersion(User user,
Version version)
|
VersionService.ReleaseVersionValidationResult |
VersionService.validateReleaseVersion(User user,
Version version,
Date releaseDate)
This method needs to be called before releasing a version to ensure all parameters are correct. |
VersionService.ReleaseVersionValidationResult |
VersionService.validateReleaseVersion(com.atlassian.crowd.embedded.api.User 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(User user,
Version version,
Date releaseDate)
|
VersionService.ReleaseVersionValidationResult |
DefaultVersionService.validateReleaseVersion(com.atlassian.crowd.embedded.api.User user,
Version version,
Date releaseDate)
|
VersionService.ArchiveVersionValidationResult |
VersionService.validateUnarchiveVersion(User user,
Version version)
This method should be called before unarchiving a version. |
VersionService.ArchiveVersionValidationResult |
VersionService.validateUnarchiveVersion(com.atlassian.crowd.embedded.api.User user,
Version version)
This method should be called before unarchiving a version. |
VersionService.ArchiveVersionValidationResult |
DefaultVersionService.validateUnarchiveVersion(User user,
Version version)
|
VersionService.ArchiveVersionValidationResult |
DefaultVersionService.validateUnarchiveVersion(com.atlassian.crowd.embedded.api.User user,
Version version)
|
VersionService.ReleaseVersionValidationResult |
VersionService.validateUnreleaseVersion(User user,
Version version,
Date releaseDate)
This method needs to be called before unreleasing a version to ensure all parameters are correct. |
VersionService.ReleaseVersionValidationResult |
VersionService.validateUnreleaseVersion(com.atlassian.crowd.embedded.api.User 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(User user,
Version version,
Date releaseDate)
|
VersionService.ReleaseVersionValidationResult |
DefaultVersionService.validateUnreleaseVersion(com.atlassian.crowd.embedded.api.User user,
Version version,
Date releaseDate)
|
| Constructors in com.atlassian.jira.bc.project.version with parameters of type Version | |
|---|---|
VersionService.AbstractVersionResult(ErrorCollection errorCollection,
Version version)
|
|
VersionService.ArchiveVersionValidationResult(ErrorCollection errorCollection,
Version version)
|
|
VersionService.ReleaseVersionValidationResult(ErrorCollection errorCollection,
Version version,
Date releaseDate)
|
|
VersionService.VersionResult(ErrorCollection errorCollection,
Version version)
|
|
| Constructor parameters in com.atlassian.jira.bc.project.version with type arguments of type Version | |
|---|---|
VersionService.VersionsResult(ErrorCollection errorCollection,
Collection<Version> versions)
|
|
| Uses of Version in com.atlassian.jira.external |
|---|
| Methods in com.atlassian.jira.external that return Version | |
|---|---|
Version |
ExternalUtils.createVersion(ExternalProject externalProject,
ExternalVersion externalVersion)
|
Version |
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 | |
|---|---|
boolean |
RoadMapResource.isOverdue(Version version)
|
| Uses of Version in com.atlassian.jira.imports.importer.impl |
|---|
| Methods in com.atlassian.jira.imports.importer.impl that return Version | |
|---|---|
Version |
ImportObjectIdMappings.getVersion(String externalProject,
String externalVersion)
|
| Methods in com.atlassian.jira.imports.importer.impl with parameters of type Version | |
|---|---|
void |
ImportObjectIdMappings.addVersionMapping(String externalProject,
String externalVersion,
Version version)
|
| Uses of Version in com.atlassian.jira.issue |
|---|
| Methods in com.atlassian.jira.issue that return types with arguments of type Version | |
|---|---|
Collection<Version> |
Issue.getAffectedVersions()
|
Collection<Version> |
IssueImpl.getAffectedVersions()
|
Collection<Version> |
DocumentIssueImpl.getAffectedVersions()
|
Collection<Version> |
Issue.getFixVersions()
|
Collection<Version> |
IssueImpl.getFixVersions()
|
Collection<Version> |
DocumentIssueImpl.getFixVersions()
|
| Method parameters in com.atlassian.jira.issue with type arguments of type Version | |
|---|---|
void |
MutableIssue.setAffectedVersions(Collection<Version> affectedVersions)
|
void |
IssueImpl.setAffectedVersions(Collection<Version> affectedVersions)
|
void |
MutableIssue.setFixVersions(Collection<Version> fixVersions)
|
void |
IssueImpl.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 Version | |
|---|---|
static Comparator<Version> |
VersionComparator.COMPARATOR
|
| Methods in com.atlassian.jira.issue.comparator with parameters of type Version | |
|---|---|
int |
VersionComparator.compare(Version v1,
Version v2)
|
int |
LocaleSensitiveVersionNameComparator.compare(Version version1,
Version version2)
|
| Uses of Version in com.atlassian.jira.issue.customfields.searchers.transformer |
|---|
| Constructor parameters in com.atlassian.jira.issue.customfields.searchers.transformer with type arguments of type Version | |
|---|---|
VersionCustomFieldSearchInputTransformer(String urlParameterName,
ClauseNames clauseNames,
CustomField field,
IndexInfoResolver<Version> indexInfoResolver,
JqlOperandResolver operandResolver,
FieldFlagOperandRegistry fieldFlagOperandRegistry,
SearchContextVisibilityChecker searchContextVisibilityChecker,
NameResolver<Version> versionResolver,
CustomFieldInputHelper customFieldInputHelper,
VersionManager versionManager)
|
|
VersionCustomFieldSearchInputTransformer(String urlParameterName,
ClauseNames clauseNames,
CustomField field,
IndexInfoResolver<Version> indexInfoResolver,
JqlOperandResolver operandResolver,
FieldFlagOperandRegistry fieldFlagOperandRegistry,
SearchContextVisibilityChecker searchContextVisibilityChecker,
NameResolver<Version> versionResolver,
CustomFieldInputHelper customFieldInputHelper,
VersionManager versionManager)
|
|
| Uses of Version in com.atlassian.jira.issue.fields.option |
|---|
| Fields in com.atlassian.jira.issue.fields.option with type parameters of type Version | |
|---|---|
static Function<Version,Option> |
VersionOption.FUNCTION
|
| Constructors in com.atlassian.jira.issue.fields.option with parameters of type Version | |
|---|---|
VersionOption(Version 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 Version | |
|---|---|
static List |
VersionQuickSearchHandler.getAllVersionIdsMatchingSubstring(Collection<Version> versions,
String name)
Return |
| Uses of Version in com.atlassian.jira.issue.search.searchers.transformer |
|---|
| Constructor parameters in com.atlassian.jira.issue.search.searchers.transformer with type arguments of type Version | |
|---|---|
VersionSearchInputTransformer(ClauseNames clauseNames,
String urlParameterName,
IndexInfoResolver<Version> versionIndexInfoResolver,
JqlOperandResolver operandResolver,
FieldFlagOperandRegistry fieldFlagOperandRegistry,
SearchContextVisibilityChecker searchContextVisibilityChecker,
NameResolver<Version> versionResolver,
VersionManager versionManager)
|
|
VersionSearchInputTransformer(ClauseNames clauseNames,
String urlParameterName,
IndexInfoResolver<Version> versionIndexInfoResolver,
JqlOperandResolver operandResolver,
FieldFlagOperandRegistry fieldFlagOperandRegistry,
SearchContextVisibilityChecker searchContextVisibilityChecker,
NameResolver<Version> versionResolver,
VersionManager versionManager)
|
|
| 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 Version | |
|---|---|
VersionIndexedInputHelper(IndexInfoResolver<Version> versionIndexInfoResolver,
JqlOperandResolver operandResolver,
FieldFlagOperandRegistry fieldFlagOperandRegistry,
SearchContextVisibilityChecker searchContextVisibilityChecker,
NameResolver<Version> versionResolver)
|
|
VersionIndexedInputHelper(IndexInfoResolver<Version> versionIndexInfoResolver,
JqlOperandResolver operandResolver,
FieldFlagOperandRegistry fieldFlagOperandRegistry,
SearchContextVisibilityChecker searchContextVisibilityChecker,
NameResolver<Version> versionResolver)
|
|
| Uses of Version in com.atlassian.jira.jql.query |
|---|
| Constructor parameters in com.atlassian.jira.jql.query with type arguments of type Version | |
|---|---|
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)
|
|
| Uses of Version in com.atlassian.jira.jql.resolver |
|---|
| Methods in com.atlassian.jira.jql.resolver that return Version | |
|---|---|
Version |
VersionResolver.get(Long id)
|
| Methods in com.atlassian.jira.jql.resolver that return types with arguments of type Version | |
|---|---|
Collection<Version> |
VersionResolver.getAll()
|
| Methods in com.atlassian.jira.jql.resolver with parameters of type Version | |
|---|---|
String |
VersionIndexInfoResolver.getIndexedValue(Version version)
|
| Constructor parameters in com.atlassian.jira.jql.resolver with type arguments of type Version | |
|---|---|
VersionIndexInfoResolver(NameResolver<Version> versionResolver)
|
|
| Uses of Version in com.atlassian.jira.jql.util |
|---|
| Constructors in com.atlassian.jira.jql.util with parameters of type Version | |
|---|---|
JqlVersionPredicate(Operator operator,
Version version)
|
|
| Uses of Version in com.atlassian.jira.mail |
|---|
| Methods in com.atlassian.jira.mail that return types with arguments of type Version | |
|---|---|
Collection<Version> |
TemplateIssue.getAffectedVersions()
|
Collection<Version> |
TemplateIssue.getFixVersions()
|
| Uses of Version in com.atlassian.jira.plugin.jql.function |
|---|
| Methods in com.atlassian.jira.plugin.jql.function that return Version | |
|---|---|
protected Version |
LatestReleasedVersionFunction.getVersionForProject(Long projectId)
|
protected Version |
EarliestUnreleasedVersionFunction.getVersionForProject(Long projectId)
|
protected abstract Version |
AbstractSingleVersionFunction.getVersionForProject(Long projectId)
|
| Methods in com.atlassian.jira.plugin.jql.function that return types with arguments of type Version | |
|---|---|
protected Collection<Version> |
AllUnreleasedVersionsFunction.getAllVersions()
|
protected Collection<Version> |
AllReleasedVersionsFunction.getAllVersions()
|
protected abstract Collection<Version> |
AbstractVersionsFunction.getAllVersions()
|
protected Collection<Version> |
AllUnreleasedVersionsFunction.getVersionsForProject(Long projectId)
|
protected Collection<Version> |
AllReleasedVersionsFunction.getVersionsForProject(Long projectId)
|
protected abstract Collection<Version> |
AbstractVersionsFunction.getVersionsForProject(Long projectId)
|
| Uses of Version in com.atlassian.jira.plugin.projectpanel.fragment.impl |
|---|
| Methods in com.atlassian.jira.plugin.projectpanel.fragment.impl with parameters of type Version | |
|---|---|
protected Clause |
UnresolvedIssuesByFixVersionFragment.FixVersionUrlUtil.getDomainClause(Version version)
|
| Uses of Version in com.atlassian.jira.plugin.projectpanel.impl |
|---|
| Methods in com.atlassian.jira.plugin.projectpanel.impl with parameters of type Version | |
|---|---|
int |
VersionDrillDownRenderer.RoadMapGraphingBean.getIssueCountByFixForVersion(Version version)
Get a count of issues for a given fix for version under the current context. |
int |
VersionDrillDownRenderer.RoadMapGraphingBean.getIssueCountOpenByFixForVersion(Version version)
Get a count of open issues for a given fix for version under the current context. |
PercentageGraphModel |
VersionDrillDownRenderer.RoadMapGraphingBean.getIssueSummaryByFixForVersion(Version version,
ProjectComponent component,
int openCount,
int allCount)
Gets a progress graph model for the current version under the current context. |
String |
VersionDrillDownRenderer.getNavigatorUrl(Project project,
Version version,
ProjectComponent component,
boolean isPersonal)
|
String |
VersionDrillDownRenderer.RoadMapGraphingBean.getNavigatorUrl(Project project,
Version version,
ProjectComponent component,
boolean isPersonal,
boolean unresolved)
|
SearchResults |
VersionDrillDownRenderer.VersionHelperBean.getSearchResultByFixForVersion(Version version)
Retieves a SearchResults for all the issues in the current context
and restricts them to assigned to current user if it is personal. |
| Method parameters in com.atlassian.jira.plugin.projectpanel.impl with type arguments of type Version | |
|---|---|
String |
VersionDrillDownRenderer.getHtml(BrowseContext ctx,
String uniqueKey,
Collection<Version> versions)
Retreives the html for a non-personal roadmap/changelog |
String |
VersionDrillDownRenderer.getHtml(BrowseContext ctx,
String uniqueKey,
Collection<Version> versions,
boolean isPersonal)
Retreives the html for the roadmap. |
| Uses of Version in com.atlassian.jira.plugin.versionpanel |
|---|
| Methods in com.atlassian.jira.plugin.versionpanel that return Version | |
|---|---|
Version |
BrowseVersionContextImpl.getVersion()
|
Version |
BrowseVersionContext.getVersion()
Returns version |
| Constructors in com.atlassian.jira.plugin.versionpanel with parameters of type Version | |
|---|---|
BrowseVersionContextImpl(Version version,
User user)
Constructs an instance for this class. |
|
| Uses of Version in com.atlassian.jira.portal.portlets |
|---|
| Methods in com.atlassian.jira.portal.portlets with parameters of type Version | |
|---|---|
PercentageGraphModel |
RoadMapPortlet.getGraphModelForVersion(Version version)
Get the GraphModel for a given Version. |
String |
RoadMapPortlet.getNavigatorUrl(Project project,
Version version,
boolean unresolved)
|
boolean |
RoadMapPortlet.isOverdue(Version version)
|
| Uses of Version in com.atlassian.jira.project |
|---|
| Methods in com.atlassian.jira.project that return types with arguments of type Version | |
|---|---|
Collection<Version> |
Project.getVersions()
|
Collection<Version> |
ProjectImpl.getVersions()
|
| Constructors in com.atlassian.jira.project with parameters of type Version | |
|---|---|
VersionProxy(Version version)
|
|
| Uses of Version in com.atlassian.jira.project.util |
|---|
| Methods in com.atlassian.jira.project.util with parameters of type Version | |
|---|---|
String |
ReleaseNoteManager.getReleaseNote(webwork.action.Action action,
String releaseNoteStyleName,
Version version,
User user,
org.ofbiz.core.entity.GenericValue project)
Return a releasenote 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 Version | |
|---|---|
class |
VersionImpl
|
| Methods in com.atlassian.jira.project.version that return Version | |
|---|---|
Version |
VersionManager.createVersion(String name,
Date releaseDate,
String description,
org.ofbiz.core.entity.GenericValue project,
Long scheduleAfterVersion)
Deprecated. now use #createVersion with projectId instead of generic value |
Version |
DefaultVersionManager.createVersion(String name,
Date releaseDate,
String description,
org.ofbiz.core.entity.GenericValue project,
Long scheduleAfterVersion)
|
Version |
VersionManager.createVersion(String name,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion)
Creates a new Version object. |
Version |
DefaultVersionManager.createVersion(String name,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion)
|
Version |
VersionManager.getVersion(org.ofbiz.core.entity.GenericValue project,
String name)
Deprecated. Use VersionManager.getVersion(Long,String) instead |
Version |
DefaultVersionManager.getVersion(org.ofbiz.core.entity.GenericValue project,
String versionName)
Retrieve a specific Version in a project, or null if no such version exists in that project. |
Version |
VersionManager.getVersion(Long id)
Returns a single version. |
Version |
DefaultVersionManager.getVersion(Long id)
|
Version |
VersionManager.getVersion(Long projectId,
String versionName)
Search for a version by projectID and name. |
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. |
| Methods in com.atlassian.jira.project.version that return types with arguments of type Version | |
|---|---|
Collection<Version> |
VersionManager.getAffectedVersionsByIssue(org.ofbiz.core.entity.GenericValue issue)
|
Collection<Version> |
DefaultVersionManager.getAffectedVersionsByIssue(org.ofbiz.core.entity.GenericValue issue)
|
Collection<Version> |
VersionManager.getAllVersions()
|
Collection<Version> |
DefaultVersionManager.getAllVersions()
|
Collection<Version> |
VersionManager.getAllVersionsReleased(boolean includeArchived)
|
Collection<Version> |
DefaultVersionManager.getAllVersionsReleased(boolean includeArchived)
|
Collection<Version> |
VersionManager.getAllVersionsUnreleased(boolean includeArchived)
|
Collection<Version> |
DefaultVersionManager.getAllVersionsUnreleased(boolean includeArchived)
|
Collection<Version> |
VersionManager.getFixVersionsByIssue(org.ofbiz.core.entity.GenericValue issue)
|
Collection<Version> |
DefaultVersionManager.getFixVersionsByIssue(org.ofbiz.core.entity.GenericValue issue)
|
Collection<Version> |
VersionManager.getOtherUnarchivedVersions(Version version)
Return all unarchived versions except this one |
Collection<Version> |
DefaultVersionManager.getOtherUnarchivedVersions(Version version)
Return all unarchived versions except this one |
Collection<Version> |
VersionManager.getOtherVersions(Version version)
Return all other versions in the project except this one |
Collection<Version> |
DefaultVersionManager.getOtherVersions(Version version)
Return all other versions in the project except this one |
List<Version> |
VersionManager.getVersions(org.ofbiz.core.entity.GenericValue project)
Deprecated. use #getVersions(Long) |
List<Version> |
DefaultVersionManager.getVersions(org.ofbiz.core.entity.GenericValue project)
|
Collection<Version> |
VersionManager.getVersions(List<Long> ids)
Return a collection of Versions matching the ids passed in. |
Collection<Version> |
DefaultVersionManager.getVersions(List<Long> ids)
|
List<Version> |
VersionManager.getVersions(Long projectId)
Return a list of Versions for a project. |
List<Version> |
DefaultVersionManager.getVersions(Long projectId)
|
Collection<Version> |
VersionManager.getVersionsArchived(org.ofbiz.core.entity.GenericValue projectGV)
Return all archived versions for a particular project. |
Collection<Version> |
DefaultVersionManager.getVersionsArchived(org.ofbiz.core.entity.GenericValue projectGV)
|
protected Collection<Version> |
DefaultVersionManager.getVersionsByIssue(org.ofbiz.core.entity.GenericValue issue,
String relationName)
|
Collection<Version> |
VersionManager.getVersionsByName(String versionName)
Return a collection of Versions that have the specified name. |
Collection<Version> |
DefaultVersionManager.getVersionsByName(String versionName)
|
Collection<Version> |
VersionManager.getVersionsReleased(org.ofbiz.core.entity.GenericValue project,
boolean includeArchived)
Deprecated. use VersionManager.getVersionsReleased(Long,boolean) instead |
Collection<Version> |
DefaultVersionManager.getVersionsReleased(org.ofbiz.core.entity.GenericValue project,
boolean includeArchived)
|
Collection<Version> |
VersionManager.getVersionsReleased(Long projectId,
boolean includeArchived)
Gets a list of released versions for a project. |
Collection<Version> |
DefaultVersionManager.getVersionsReleased(Long projectId,
boolean includeArchived)
|
Collection<Version> |
VersionManager.getVersionsReleasedDesc(org.ofbiz.core.entity.GenericValue project,
boolean includeArchived)
Deprecated. use VersionManager.getVersionsReleasedDesc(Long, boolean) instead |
Collection<Version> |
DefaultVersionManager.getVersionsReleasedDesc(org.ofbiz.core.entity.GenericValue project,
boolean includeArchived)
|
Collection<Version> |
VersionManager.getVersionsReleasedDesc(Long projectId,
boolean includeArchived)
Gets a list of released versions for a project in reverse order. |
Collection<Version> |
DefaultVersionManager.getVersionsReleasedDesc(Long projectId,
boolean includeArchived)
|
Collection<Version> |
VersionManager.getVersionsUnarchived(org.ofbiz.core.entity.GenericValue projectGV)
Deprecated. Use VersionManager.getVersionsUnarchived(Long) instead. Since v3.10 |
Collection<Version> |
DefaultVersionManager.getVersionsUnarchived(org.ofbiz.core.entity.GenericValue projectGV)
|
Collection<Version> |
VersionManager.getVersionsUnarchived(Long projectId)
Return all un-archived versions for a particular project |
Collection<Version> |
DefaultVersionManager.getVersionsUnarchived(Long projectId)
|
Collection<Version> |
VersionManager.getVersionsUnreleased(org.ofbiz.core.entity.GenericValue project,
boolean includeArchived)
Deprecated. Use VersionManager.getVersionsUnreleased(Long,boolean) instead, since v3.10. |
Collection<Version> |
DefaultVersionManager.getVersionsUnreleased(org.ofbiz.core.entity.GenericValue project,
boolean includeArchived)
|
Collection<Version> |
VersionManager.getVersionsUnreleased(Long projectId,
boolean includeArchived)
Gets a list of un-released versions for a particular project. |
Collection<Version> |
DefaultVersionManager.getVersionsUnreleased(Long projectId,
boolean includeArchived)
|
| Methods in com.atlassian.jira.project.version with parameters of type Version | |
|---|---|
void |
VersionManager.archiveVersion(Version version,
boolean archive)
Archive/Un-archive a single version depending on the archive flag. |
void |
DefaultVersionManager.archiveVersion(Version version,
boolean archive)
|
void |
VersionManager.decreaseVersionSequence(Version version)
Move a version to have a higher sequence number - ie make it later |
void |
DefaultVersionManager.decreaseVersionSequence(Version version)
|
void |
VersionManager.deleteVersion(String actionType,
Version version,
String affectsAction,
Long affectsSwapVersionId,
String fixAction,
Long fixSwapVersionId)
Deprecated. since v3.13. Use VersionManager.deleteVersion(Version) instead. |
void |
DefaultVersionManager.deleteVersion(String actionType,
Version version,
String affectsAction,
Long affectsSwapVersionId,
String fixAction,
Long fixSwapVersionId)
Deprecated. since v3.13. Use VersionService.delete(com.atlassian.jira.bc.JiraServiceContext , com.atlassian.jira.bc.project.version.VersionService.ValidationResult) instead. |
void |
VersionManager.deleteVersion(Version version)
Removes a specific version from the system. |
void |
DefaultVersionManager.deleteVersion(Version version)
|
void |
VersionManager.editVersionDetails(Version version,
String name,
String description,
org.ofbiz.core.entity.GenericValue project)
Updates details for an existing version. |
void |
DefaultVersionManager.editVersionDetails(Version version,
String versionName,
String description,
org.ofbiz.core.entity.GenericValue project)
|
void |
VersionManager.editVersionReleaseDate(Version version,
Date duedate)
Update the release date of a version. |
void |
DefaultVersionManager.editVersionReleaseDate(Version version,
Date duedate)
|
Collection<org.ofbiz.core.entity.GenericValue> |
VersionManager.getAffectsIssues(Version version)
Return 'Affects' Issues |
Collection<org.ofbiz.core.entity.GenericValue> |
DefaultVersionManager.getAffectsIssues(Version version)
|
Collection<org.ofbiz.core.entity.GenericValue> |
VersionManager.getFixIssues(Version version)
Return Fix Issues |
Collection<org.ofbiz.core.entity.GenericValue> |
DefaultVersionManager.getFixIssues(Version version)
|
Collection<Version> |
VersionManager.getOtherUnarchivedVersions(Version version)
Return all unarchived versions except this one |
Collection<Version> |
DefaultVersionManager.getOtherUnarchivedVersions(Version version)
Return all unarchived versions except this one |
Collection<Version> |
VersionManager.getOtherVersions(Version version)
Return all other versions in the project except this one |
Collection<Version> |
DefaultVersionManager.getOtherVersions(Version version)
Return all other versions in the project except this one |
void |
VersionManager.increaseVersionSequence(Version version)
Move a version to have a lower sequence number - ie make it earlier |
void |
DefaultVersionManager.increaseVersionSequence(Version version)
|
boolean |
VersionManager.isVersionOverDue(Version version)
Checks to see if a version is overdue. |
boolean |
DefaultVersionManager.isVersionOverDue(Version version)
|
void |
VersionManager.moveIssuesToNewVersion(List issues,
Version currentVersion,
Version swapToVersion)
Swaps the list of issues supplied from one version to another. |
void |
DefaultVersionManager.moveIssuesToNewVersion(List issues,
Version currentVersion,
Version swapToVersion)
|
void |
VersionManager.moveToEndVersionSequence(Version version)
Move a version to the end of the version sequence |
void |
DefaultVersionManager.moveToEndVersionSequence(Version version)
|
void |
VersionManager.moveToStartVersionSequence(Version version)
Move a version to the start of the version list |
void |
DefaultVersionManager.moveToStartVersionSequence(Version version)
|
void |
VersionManager.moveVersionAfter(Version version,
Long scheduleAfterVersion)
Move a version after another version |
void |
DefaultVersionManager.moveVersionAfter(Version version,
Long scheduleAfterVersionId)
|
void |
VersionManager.releaseVersion(Version version,
boolean release)
Used to release or unrelease a version, depending on the release flag. |
void |
DefaultVersionManager.releaseVersion(Version version,
boolean release)
|
void |
VersionStore.storeVersion(Version version)
Stores an individual Version in the DB. |
void |
OfBizVersionStore.storeVersion(Version version)
|
void |
CachingVersionStore.storeVersion(Version version)
|
| Method parameters in com.atlassian.jira.project.version with type arguments of type Version | |
|---|---|
Collection<org.ofbiz.core.entity.GenericValue> |
VersionManager.getAllAffectedIssues(Collection<Version> versions)
Return all Issues that are assoicated with the specified versions |
Collection<org.ofbiz.core.entity.GenericValue> |
DefaultVersionManager.getAllAffectedIssues(Collection<Version> versions)
|
void |
VersionManager.releaseVersions(Collection<Version> versions,
boolean release)
Used to release versions depending on the release flag. |
void |
DefaultVersionManager.releaseVersions(Collection<Version> versions,
boolean release)
|
void |
DefaultVersionManager.storeReorderedVersionList(List<Version> versions)
Given a re-ordered list of versions, commit the changes to the backend datastore. |
void |
VersionStore.storeVersions(Collection<Version> versions)
Stores a collection of Version objects. |
void |
OfBizVersionStore.storeVersions(Collection<Version> versions)
|
void |
CachingVersionStore.storeVersions(Collection<Version> versions)
|
| Uses of Version in com.atlassian.jira.rest.v2.issue |
|---|
| Method parameters in com.atlassian.jira.rest.v2.issue with type arguments of type Version | |
|---|---|
static Collection<VersionBean> |
VersionBean.asBeans(Collection<Version> versions,
javax.ws.rs.core.UriInfo uriInfo)
|
| Constructors in com.atlassian.jira.rest.v2.issue with parameters of type Version | |
|---|---|
VersionBean(Version version,
javax.ws.rs.core.UriInfo uriInfo)
|
|
| Uses of Version in com.atlassian.jira.web.action.browser |
|---|
| Methods in com.atlassian.jira.web.action.browser that return Version | |
|---|---|
Version |
BrowseVersion.NextPreviousVersion.getNext()
|
Version |
BrowseVersion.NextPreviousVersion.getPrevious()
|
Version |
BrowseVersion.getVersion()
|
| Constructors in com.atlassian.jira.web.action.browser with parameters of type Version | |
|---|---|
BrowseVersion.NextPreviousVersion(Version previous,
Version next)
|
|
| Uses of Version in com.atlassian.jira.web.action.project |
|---|
| Fields in com.atlassian.jira.web.action.project declared as Version | |
|---|---|
protected Version |
EditVersionDetails.editedVersion
|
protected Version |
EditVersionDetails.existingVersion
|
| Methods in com.atlassian.jira.web.action.project that return Version | |
|---|---|
Version |
EditVersionDetails.getEditedVersion()
Returns a Version with the new Version name so that the new name can be retrieved in the case of an error or validation. |
Version |
AddVersion.getExistingEntityByName()
|
Version |
EditVersionDetails.getExistingVersion()
Returns the existing Version |
Version |
ManageVersions.getLastVersion()
|
Version |
DeleteVersion.getVersion()
|
Version |
MergeVersions.getVersionMergeTo()
|
Version |
EditVersionReleases.getVersionToRelease()
|
Version |
EditVersionReleases.getVersionToUnrelease()
|
| Methods in com.atlassian.jira.web.action.project that return types with arguments of type Version | |
|---|---|
Collection<Version> |
EditVersionReleases.getOtherUnreleasedVersions()
|
| Methods in com.atlassian.jira.web.action.project with parameters of type Version | |
|---|---|
boolean |
ViewProject.isVersionArchived(Version version)
|
boolean |
ViewProject.isVersionReleased(Version version)
|
void |
EditVersionDetails.setEditedVersion(Version editedVersion)
|
| Uses of Version in com.atlassian.jira.web.bean |
|---|
| Methods in com.atlassian.jira.web.bean with parameters of type Version | |
|---|---|
long |
StatisticAccessorBean.getOpenByFixFor(Version version)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||