com.atlassian.bamboo.deployments.results.events
Class DeploymentResultDeletedEvent

java.lang.Object
  extended by 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.


Constructor Summary
DeploymentResultDeletedEvent(long environmentId, long versionId, Iterable<String> jiraIssuesKeys)
           
 
Method Summary
 long getEnvironmentId()
           
 com.google.common.collect.ImmutableSet<String> getJiraIssuesKeys()
           
 long getVersionId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentResultDeletedEvent

public DeploymentResultDeletedEvent(long environmentId,
                                    long versionId,
                                    Iterable<String> jiraIssuesKeys)
Method Detail

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.