Class ArtifactHandlerConfigListener

java.lang.Object
com.atlassian.bamboo.build.artifact.handlers.ArtifactHandlerConfigListener

public class ArtifactHandlerConfigListener extends Object
This listener runs during the startup phase to synchronize artifact handlers configuration and available artifact handlers. If there is artifact handler which exists, but isn't mentioned in configuration it should be added there. In case it's 'default' artifact handler it will be added and enabled If it's not 'default' artifact handler it will be added and disabled. Admin can enable it manually at UI.
  • Constructor Details

    • ArtifactHandlerConfigListener

      public ArtifactHandlerConfigListener()
  • Method Details