Class DeploymentVersionRenamedEvent
- java.lang.Object
-
- com.atlassian.bamboo.deployments.versions.events.DeploymentVersionEvent
-
- com.atlassian.bamboo.deployments.versions.events.DeploymentVersionRenamedEvent
-
public class DeploymentVersionRenamedEvent extends DeploymentVersionEvent
-
-
Constructor Summary
Constructors Constructor Description DeploymentVersionRenamedEvent(long versionId, String newName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNewName()
-
Methods inherited from class com.atlassian.bamboo.deployments.versions.events.DeploymentVersionEvent
getVersionId
-
-