Modifier and Type | Interface and Description |
---|---|
interface |
ArtifactDeploymentVersionItem |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDeploymentVersionItem |
class |
ArtifactDeploymentVersionItemImpl |
Modifier and Type | Method and Description |
---|---|
List<DeploymentVersionItem> |
DeploymentVersionImpl.getItems() |
List<? extends DeploymentVersionItem> |
DeploymentVersion.getItems() |
Constructor and Description |
---|
DeploymentVersionImpl(DeploymentVersionDto version,
DeploymentVersionStatus versionStatus,
List<DeploymentVersionItem> deploymentVersionItems,
Operations operations,
String creatorDisplayName,
String creatorGravatarUrl) |
Modifier and Type | Method and Description |
---|---|
DeploymentVersionItem |
DeploymentVersionItemWithUrl.getDeploymentVersionItem() |
Modifier and Type | Method and Description |
---|---|
DeploymentVersionItemWithUrl |
DeploymentVersionItemWithUrl.FromDeploymentVersionItem.apply(DeploymentVersionItem deploymentVersionItem) |
Constructor and Description |
---|
DeploymentVersionItemWithUrl(DeploymentVersionItem deploymentVersionItem,
String url) |
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<MutableDeploymentVersionItem,DeploymentVersionItem> |
MutableDeploymentVersionItem.toImmutableDeploymentVersionItem
Function converting MutableDeploymentVersionItem to DeploymentVersionItem.
|
Modifier and Type | Method and Description |
---|---|
DeploymentVersionItem |
MutableDeploymentVersionItem.getImmutableDeploymentVersionItem() |
Modifier and Type | Class and Description |
---|---|
class |
RestArtifactDeploymentVersionItem |
class |
RestDeploymentVersionItem |
Modifier and Type | Method and Description |
---|---|
List<? extends DeploymentVersionItem> |
RestDeploymentVersion.getItems() |
Constructor and Description |
---|
RestDeploymentVersionItem(DeploymentVersionItem item) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.