com.atlassian.bamboo.deployments.results.events
Class DeploymentResultDeletedEvent
java.lang.Object
com.atlassian.bamboo.deployments.results.events.DeploymentResultDeletedEvent
- All Implemented Interfaces:
- EnvironmentEvent
public class DeploymentResultDeletedEvent
- extends Object
- implements EnvironmentEvent
Fired if a specific result is deleted. If deleted as a cascade, event will not be fired.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentResultDeletedEvent
public DeploymentResultDeletedEvent(long environmentId,
long versionId,
Iterable<String> jiraIssuesKeys)
getEnvironmentId
public long getEnvironmentId()
- Specified by:
getEnvironmentId
in interface EnvironmentEvent
- Returns:
- id of environment affected
getVersionId
public long getVersionId()
getJiraIssuesKeys
public com.google.common.collect.ImmutableSet<String> getJiraIssuesKeys()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.