com.atlassian.bamboo.security
Class SecureTokenEventListener

java.lang.Object
  extended by com.atlassian.bamboo.security.SecureTokenEventListener

public class SecureTokenEventListener
extends Object

This implementation responds to BuildFinishedEvent and ChainCompletedEvent by automatically calling SecureTokenService.invalidate(com.atlassian.bamboo.ResultKey)


Constructor Summary
SecureTokenEventListener(SecureTokenService secureTokenService)
           
 
Method Summary
 void onBuildFinishedEvent(BuildFinishedEvent event)
           
 void onChainCompletedEvent(ChainCompletedEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureTokenEventListener

public SecureTokenEventListener(SecureTokenService secureTokenService)
Method Detail

onBuildFinishedEvent

@EventListener
public void onBuildFinishedEvent(BuildFinishedEvent event)

onChainCompletedEvent

@EventListener
public void onChainCompletedEvent(ChainCompletedEvent event)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.