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.Key)
  • Constructor Details

    • SecureTokenEventListener

      public SecureTokenEventListener(SecureTokenService secureTokenService)
  • Method Details

    • onChainCompletedEvent

      @EventListener public void onChainCompletedEvent(ChainCompletedEvent event)