public interface VersionBeanFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
VERSION_OPERATIONS_WEB_LOCATION |
| Modifier and Type | Method and Description |
|---|---|
VersionBean |
createVersionBean(Version version)
Create a VersionBean given the passed Version.
|
VersionBean |
createVersionBean(Version version,
boolean expandOps)
Deprecated.
Use
createVersionBean(com.atlassian.jira.project.version.Version, boolean, boolean) instead.
Since JIRA REST v6.5.1 (JIRA v6.1.1) |
VersionBean |
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.
|
List<VersionBean> |
createVersionBeans(Collection<? extends Version> versions)
Create a list of VersionBeans given the passed Versions.
|
List<VersionBean> |
createVersionBeans(Collection<? extends Version> versions,
boolean expandOps)
Deprecated.
Use
createVersionBeans(Collection, boolean, boolean) instead.
Since JIRA REST v6.5.1 (JIRA v6.1.1) |
List<VersionBean> |
createVersionBeans(Collection<? extends Version> versions,
boolean expandOps,
boolean expandRemoteLinks)
Create a list of VersionBeans given the passed Versions.
|
static final String VERSION_OPERATIONS_WEB_LOCATION
VersionBean createVersionBean(Version version)
version - the version to convert.VersionBean createVersionBean(Version version, boolean expandOps)
createVersionBean(com.atlassian.jira.project.version.Version, boolean, boolean) instead.
Since JIRA REST v6.5.1 (JIRA v6.1.1)version - the version to convert.expandOps - whether or not to include the operationsVersionBean createVersionBean(Version version, boolean expandOps, boolean expandRemoteLinks)
version - the version to convert.expandOps - whether or not to include the operationsexpandRemoteLinks - whether or not to include the remote entity linksList<VersionBean> createVersionBeans(Collection<? extends Version> versions)
versions - the versions to convert.List<VersionBean> createVersionBeans(Collection<? extends Version> versions, boolean expandOps)
createVersionBeans(Collection, boolean, boolean) instead.
Since JIRA REST v6.5.1 (JIRA v6.1.1)versions - the versions to convert.expandOps - whether or not to include available operations.List<VersionBean> createVersionBeans(Collection<? extends Version> versions, boolean expandOps, boolean expandRemoteLinks)
versions - the versions to convert.expandOps - whether or not to include available operations.expandRemoteLinks - whether or not to include the remote entity linksCopyright © 2002-2024 Atlassian. All Rights Reserved.