|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Version | |
|---|---|
| com.atlassian.jira.bc.project.version | |
| com.atlassian.jira.issue | |
| com.atlassian.jira.project | |
| com.atlassian.jira.project.version | |
| 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()
|
ServiceOutcome<Version> |
VersionService.setReleaseDate(com.atlassian.crowd.embedded.api.User user,
Version version,
Date releaseDate)
Modify the release date of a version without performing a release/unrelease. |
ServiceOutcome<Version> |
VersionService.setReleaseDate(com.atlassian.crowd.embedded.api.User user,
Version version,
String releaseDate)
Modify the release date of a version without performing a release/unrelease. |
ServiceOutcome<Version> |
VersionService.setVersionDetails(com.atlassian.crowd.embedded.api.User user,
Version version,
String name,
String description)
Set the name and description of a version, if you have edit permission. |
ServiceOutcome<Version> |
VersionService.validateReleaseDate(com.atlassian.crowd.embedded.api.User user,
Version version,
String releaseDate)
Validate the release date of a version without performing a release/unrelease. |
| Methods in com.atlassian.jira.bc.project.version with parameters of type Version | |
|---|---|
long |
VersionService.getAffectsIssuesCount(Version version)
Return the count of Issues that affect this version. |
long |
VersionService.getFixIssuesCount(Version version)
Return the count of Issues Fixed in this version. |
long |
VersionService.getUnresolvedIssuesCount(com.atlassian.crowd.embedded.api.User user,
Version version)
Return the count of Issues that are unresolved in this version. |
boolean |
VersionService.isOverdue(Version version)
Is the passed version overdue? This method does no permission checks on the passed version. |
void |
VersionService.moveUnreleasedToNewVersion(com.atlassian.crowd.embedded.api.User user,
Version currentVersion,
Version newVersion)
Using the validation result from VersionService.validateReleaseVersion(User,
com.atlassian.jira.project.version.Version, Date) a version will be released. |
ServiceOutcome<Version> |
VersionService.setReleaseDate(com.atlassian.crowd.embedded.api.User user,
Version version,
Date releaseDate)
Modify the release date of a version without performing a release/unrelease. |
ServiceOutcome<Version> |
VersionService.setReleaseDate(com.atlassian.crowd.embedded.api.User user,
Version version,
String releaseDate)
Modify the release date of a version without performing a release/unrelease. |
ServiceOutcome<Version> |
VersionService.setVersionDetails(com.atlassian.crowd.embedded.api.User user,
Version version,
String name,
String description)
Set the name and description of a version, if you have edit permission. |
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. |
ServiceOutcome<Version> |
VersionService.validateReleaseDate(com.atlassian.crowd.embedded.api.User user,
Version version,
String releaseDate)
Validate the release date of a version without performing a release/unrelease. |
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 |
VersionService.validateReleaseVersion(com.atlassian.crowd.embedded.api.User user,
Version version,
String releaseDate)
This method needs to be called before releasing a version to ensure all parameters are correct. |
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.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 |
VersionService.validateUnreleaseVersion(com.atlassian.crowd.embedded.api.User user,
Version version,
String releaseDate)
This method needs to be called before unreleasing a version to ensure all parameters are correct. |
ErrorCollection |
VersionService.validateVersionDetails(com.atlassian.crowd.embedded.api.User user,
Version version,
String name,
String description)
Validate the name and description of a version, if you have edit permission. |
| 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.MoveVersionValidationResult(ErrorCollection errorCollection,
Version version)
|
|
VersionService.MoveVersionValidationResult(ErrorCollection errorCollection,
Version version,
Long scheduleAfterVersion)
|
|
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.issue |
|---|
| Methods in com.atlassian.jira.issue that return types with arguments of type Version | |
|---|---|
Collection<Version> |
Issue.getAffectedVersions()
|
Collection<Version> |
Issue.getFixVersions()
|
| Method parameters in com.atlassian.jira.issue with type arguments of type Version | |
|---|---|
void |
MutableIssue.setAffectedVersions(Collection<Version> affectedVersions)
|
void |
MutableIssue.setFixVersions(Collection<Version> fixVersions)
|
| 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()
|
| Uses of Version in com.atlassian.jira.project.version |
|---|
| 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 |
VersionManager.createVersion(String name,
Date releaseDate,
String description,
Long projectId,
Long scheduleAfterVersion)
Creates a new Version object. |
Version |
VersionManager.getVersion(org.ofbiz.core.entity.GenericValue project,
String name)
Deprecated. Use VersionManager.getVersion(Long,String) instead |
Version |
VersionManager.getVersion(Long id)
Returns a single version. |
Version |
VersionManager.getVersion(Long projectId,
String versionName)
Search for a version by projectID and name. |
| 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> |
VersionManager.getAllVersions()
|
Collection<Version> |
VersionManager.getAllVersionsReleased(boolean includeArchived)
|
Collection<Version> |
VersionManager.getAllVersionsUnreleased(boolean includeArchived)
|
Collection<Version> |
VersionManager.getFixVersionsByIssue(org.ofbiz.core.entity.GenericValue issue)
|
Collection<Version> |
VersionManager.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 |
List<Version> |
VersionManager.getVersions(org.ofbiz.core.entity.GenericValue project)
Deprecated. use #getVersions(Long) |
Collection<Version> |
VersionManager.getVersions(List<Long> ids)
Return a collection of Versions matching the ids passed in. |
List<Version> |
VersionManager.getVersions(Long projectId)
Return a list of Versions for a project. |
Collection<Version> |
VersionManager.getVersionsArchived(org.ofbiz.core.entity.GenericValue projectGV)
Return all archived versions for a particular project. |
Collection<Version> |
VersionManager.getVersionsByName(String versionName)
Return a collection of Versions that have the specified name. |
Collection<Version> |
VersionManager.getVersionsReleased(org.ofbiz.core.entity.GenericValue project,
boolean includeArchived)
Deprecated. use VersionManager.getVersionsReleased(Long,boolean) instead |
Collection<Version> |
VersionManager.getVersionsReleased(Long projectId,
boolean includeArchived)
Gets a list of released versions for a project. |
Collection<Version> |
VersionManager.getVersionsReleasedDesc(org.ofbiz.core.entity.GenericValue project,
boolean includeArchived)
Deprecated. use VersionManager.getVersionsReleasedDesc(Long, boolean) instead |
Collection<Version> |
VersionManager.getVersionsReleasedDesc(Long projectId,
boolean includeArchived)
Gets a list of released versions for a project in reverse order. |
Collection<Version> |
VersionManager.getVersionsUnarchived(org.ofbiz.core.entity.GenericValue projectGV)
Deprecated. Use VersionManager.getVersionsUnarchived(Long) instead. Since v3.10 |
Collection<Version> |
VersionManager.getVersionsUnarchived(Long projectId)
Return all un-archived versions for a particular project |
Collection<Version> |
VersionManager.getVersionsUnreleased(org.ofbiz.core.entity.GenericValue project,
boolean includeArchived)
Deprecated. Use VersionManager.getVersionsUnreleased(Long,boolean) instead, since v3.10. |
Collection<Version> |
VersionManager.getVersionsUnreleased(Long projectId,
boolean includeArchived)
Gets a list of un-released versions for a particular project. |
| 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 |
VersionManager.decreaseVersionSequence(Version version)
Move a version to have a higher sequence number - ie make it later |
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 |
VersionManager.deleteVersion(Version version)
Removes a specific version from the system. |
void |
VersionManager.editVersionDetails(Version version,
String name,
String description,
org.ofbiz.core.entity.GenericValue project)
Updates details for an existing version. |
void |
VersionManager.editVersionReleaseDate(Version version,
Date duedate)
Update the release date of a version. |
Collection<org.ofbiz.core.entity.GenericValue> |
VersionManager.getAffectsIssues(Version version)
Return 'Affects' Issues |
Collection<org.ofbiz.core.entity.GenericValue> |
VersionManager.getFixIssues(Version version)
Return Fix Issues |
Collection<Version> |
VersionManager.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 |
void |
VersionManager.increaseVersionSequence(Version version)
Move a version to have a lower sequence number - ie make it earlier |
boolean |
VersionManager.isDuplicateName(Version version,
String name,
org.ofbiz.core.entity.GenericValue project)
Check that the version name we are changing to is not a duplicate. |
boolean |
VersionManager.isVersionOverDue(Version version)
Checks to see if a version is overdue. |
void |
VersionManager.moveIssuesToNewVersion(List issues,
Version currentVersion,
Version swapToVersion)
Swaps the list of issues supplied from one version to another. |
void |
VersionManager.moveToEndVersionSequence(Version version)
Move a version to the end of the version sequence |
void |
VersionManager.moveToStartVersionSequence(Version version)
Move a version to the start of the version list |
void |
VersionManager.moveVersionAfter(Version version,
Long scheduleAfterVersion)
Move a version after another version |
void |
VersionManager.releaseVersion(Version version,
boolean release)
Used to release or unrelease a version, depending on the release flag. |
| 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 associated with the specified versions |
void |
VersionManager.releaseVersions(Collection<Version> versions,
boolean release)
Used to release versions depending on the release flag. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||