Class DeploymentResultDeletedEvent
java.lang.Object
com.atlassian.bamboo.deployments.results.events.DeploymentResultDeletedEvent
- All Implemented Interfaces:
EnvironmentEvent
Fired if a specific result is deleted. If deleted as a cascade, event will not be fired.
-
Constructor Summary
ConstructorDescriptionDeploymentResultDeletedEvent
(long environmentId, long versionId, Iterable<String> jiraIssuesKeys) -
Method Summary
-
Constructor Details
-
DeploymentResultDeletedEvent
-
-
Method Details
-
getEnvironmentId
public long getEnvironmentId()- Specified by:
getEnvironmentId
in interfaceEnvironmentEvent
- Returns:
- id of environment affected
-
getVersionId
public long getVersionId() -
getJiraIssuesKeys
-