Class MutableDeploymentVersionVcsChangesetImpl.BuildCommit2DeploymentCommit
- java.lang.Object
-
- com.atlassian.bamboo.deployments.versions.persistence.commits.MutableDeploymentVersionVcsChangesetImpl.BuildCommit2DeploymentCommit
-
- All Implemented Interfaces:
com.google.common.base.Function<Commit,MutableDeploymentVersionVcsCommit>
,Function<Commit,MutableDeploymentVersionVcsCommit>
- Enclosing class:
- MutableDeploymentVersionVcsChangesetImpl
public static class MutableDeploymentVersionVcsChangesetImpl.BuildCommit2DeploymentCommit extends Object implements com.google.common.base.Function<Commit,MutableDeploymentVersionVcsCommit>
-
-
Constructor Summary
Constructors Constructor Description BuildCommit2DeploymentCommit(MutableDeploymentVersionVcsChangeset changeset)
-
-
-
Constructor Detail
-
BuildCommit2DeploymentCommit
public BuildCommit2DeploymentCommit(MutableDeploymentVersionVcsChangeset changeset)
-
-
Method Detail
-
apply
public MutableDeploymentVersionVcsCommit apply(Commit commit)
- Specified by:
apply
in interfacecom.google.common.base.Function<Commit,MutableDeploymentVersionVcsCommit>
- Specified by:
apply
in interfaceFunction<Commit,MutableDeploymentVersionVcsCommit>
-
-