com.atlassian.bamboo.security
Class SecureTokenEventListener
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecureTokenEventListener
public SecureTokenEventListener(SecureTokenService secureTokenService)
onBuildFinishedEvent
@EventListener
public void onBuildFinishedEvent(BuildFinishedEvent event)
onChainCompletedEvent
@EventListener
public void onChainCompletedEvent(ChainCompletedEvent event)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.