Class DeploymentVersionItemWithUrl.FromDeploymentVersionItem
java.lang.Object
com.atlassian.bamboo.deployments.versions.actions.DeploymentVersionItemWithUrl.FromDeploymentVersionItem
- All Implemented Interfaces:
com.google.common.base.Function<DeploymentVersionItem,
,DeploymentVersionItemWithUrl> Function<DeploymentVersionItem,
DeploymentVersionItemWithUrl>
- Enclosing class:
- DeploymentVersionItemWithUrl
public static class DeploymentVersionItemWithUrl.FromDeploymentVersionItem
extends Object
implements com.google.common.base.Function<DeploymentVersionItem,DeploymentVersionItemWithUrl>
-
Constructor Summary
ConstructorDescriptionFromDeploymentVersionItem
(ArtifactLinkManager artifactLinkManager, String baseUrl) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
FromDeploymentVersionItem
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<DeploymentVersionItem,
DeploymentVersionItemWithUrl> - Specified by:
apply
in interfaceFunction<DeploymentVersionItem,
DeploymentVersionItemWithUrl>
-