Class PlanCustomArtifactHandlerConfigurationEnabledEvent
- java.lang.Object
-
- com.atlassian.bamboo.event.artifact.PlanCustomArtifactHandlerConfigurationEnabledEvent
-
@AsynchronousPreferred public class PlanCustomArtifactHandlerConfigurationEnabledEvent extends Object
Event sent when custom artifact handler configuration is enabled for a plan.
-
-
Constructor Summary
Constructors Constructor Description PlanCustomArtifactHandlerConfigurationEnabledEvent(PlanKey planKey, org.apache.commons.configuration.Configuration buildConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Boolean>
getEnabledArtifactHandlers()
long
getPlanKeyHash()
-
-
-
Constructor Detail
-
PlanCustomArtifactHandlerConfigurationEnabledEvent
public PlanCustomArtifactHandlerConfigurationEnabledEvent(PlanKey planKey, org.apache.commons.configuration.Configuration buildConfiguration)
-
-