Uses of Interface
com.atlassian.bamboo.trigger.Triggerable
-
-
Uses of Triggerable in com.atlassian.bamboo.build.strategy
Methods in com.atlassian.bamboo.build.strategy with parameters of type Triggerable Modifier and Type Method Description @NotNull Iterable<TriggerModuleDescriptor>
TriggerTypeManagerImpl. getAvailableTriggerDescriptors(@NotNull Triggerable triggerable)
Method parameters in com.atlassian.bamboo.build.strategy with type arguments of type Triggerable Modifier and Type Method Description Iterable<TriggerModuleDescriptor>
TriggerTypeManagerImpl. getAvailableTriggerDescriptorsByType(Class<? extends Triggerable> triggerableClass)
-
Uses of Triggerable in com.atlassian.bamboo.chains
Subinterfaces of Triggerable in com.atlassian.bamboo.chains Modifier and Type Interface Description interface
Chain
Mutable version ofImmutableChain
.Classes in com.atlassian.bamboo.chains that implement Triggerable Modifier and Type Class Description class
DefaultChain
-
Uses of Triggerable in com.atlassian.bamboo.configuration.external.helpers
Methods in com.atlassian.bamboo.configuration.external.helpers with parameters of type Triggerable Modifier and Type Method Description void
TriggerDefinitionExportHelper. activateIfEnabled(@NotNull Triggerable environment, @NotNull TriggerDefinition triggerDefinition)
void
TriggerDefinitionExportHelper. deactivate(@NotNull Triggerable environment, @NotNull TriggerDefinition triggerDefinition)
@NotNull TriggerDefinition
TriggerDefinitionExportHelper. importTriggerDefinition(long id, @NotNull Triggerable triggerable, @NotNull com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties triggerProperties)
@NotNull com.atlassian.bamboo.specs.api.builders.trigger.Trigger<?,?>
TriggerDefinitionExportHelper. toSpecsEntity(@Nullable Set<Long> availableRepositories, @NotNull TriggerDefinition triggerDefinition, @NotNull Triggerable triggerable)
-
Uses of Triggerable in com.atlassian.bamboo.deployments.environments
Subinterfaces of Triggerable in com.atlassian.bamboo.deployments.environments Modifier and Type Interface Description interface
DecoratedEnvironment
Represents decorated environment for the purpose of using it in the Freemarker generated UIinterface
Environment
Represents a Deployment Environment within Bamboo.interface
InternalEnvironment
Common interface between all types of deployment environments.Classes in com.atlassian.bamboo.deployments.environments that implement Triggerable Modifier and Type Class Description class
DecoratedEnvironmentImpl
class
EnvironmentImpl
class
EnvironmentWithConfigCounts
Extended environment bean with some more data for UI. -
Uses of Triggerable in com.atlassian.bamboo.deployments.environments.dashboard
Subinterfaces of Triggerable in com.atlassian.bamboo.deployments.environments.dashboard Modifier and Type Interface Description interface
EnvironmentStub
For use in actions only.Classes in com.atlassian.bamboo.deployments.environments.dashboard that implement Triggerable Modifier and Type Class Description class
EnvironmentStubImpl
-
Uses of Triggerable in com.atlassian.bamboo.deployments.environments.persistence
Subinterfaces of Triggerable in com.atlassian.bamboo.deployments.environments.persistence Modifier and Type Interface Description interface
MutableEnvironment
Represents the Environment that will be stored in the database.Classes in com.atlassian.bamboo.deployments.environments.persistence that implement Triggerable Modifier and Type Class Description class
EnvironmentStubDto
class
MutableEnvironmentImpl
-
Uses of Triggerable in com.atlassian.bamboo.deployments.environments.persistence.internal
Classes in com.atlassian.bamboo.deployments.environments.persistence.internal that implement Triggerable Modifier and Type Class Description class
InternalEnvironmentImpl
Minimal, user context agnostic, but fully functional implementation ofInternalEnvironment
, used when processing deployment environments en masse.class
InternalEnvironmentStubImpl
-
Uses of Triggerable in com.atlassian.bamboo.plan
Subinterfaces of Triggerable in com.atlassian.bamboo.plan Modifier and Type Interface Description interface
TopLevelPlan
Marker interface that specifies that the implementingPlan
is a 'top level' objectClasses in com.atlassian.bamboo.plan that implement Triggerable Modifier and Type Class Description class
AbstractChain
Methods in com.atlassian.bamboo.plan that return Triggerable Modifier and Type Method Description @Nullable Triggerable
TriggerableInternalKeyImpl. getTriggerable()
Methods in com.atlassian.bamboo.plan with parameters of type Triggerable Modifier and Type Method Description void
NonBlockingPlanExecutionService. enqueueTrigger(@NotNull Triggerable triggerable, @NotNull Long triggerId, @NotNull BuildDetectionAction buildDetectionAction)
void
NonBlockingPlanExecutionServiceImpl. enqueueTrigger(@NotNull Triggerable triggerable, @NotNull Long triggerId, @NotNull BuildDetectionAction buildDetectionAction)
@NotNull ExecutionRequestResult
DelegatingPlanExecutionManager. start(@NotNull Triggerable triggerable, @NotNull BuildDetectionAction buildDetectionAction, @NotNull AcquisitionPolicy acquisitionPolicy)
@NotNull ExecutionRequestResult
DelegatingPlanExecutionManager. start(@NotNull Triggerable triggerable, @NotNull BuildDetectionAction buildDetectionAction, @NotNull AcquisitionPolicy acquisitionPolicy, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions)
@NotNull ExecutionRequestResult
PlanExecutionManager. start(@NotNull Triggerable triggerable, @NotNull BuildDetectionAction buildDetectionAction, @NotNull AcquisitionPolicy acquisitionPolicy)
default @NotNull ExecutionRequestResult
PlanExecutionManager. start(@NotNull Triggerable triggerable, @NotNull BuildDetectionAction buildDetectionAction, @NotNull AcquisitionPolicy acquisitionPolicy, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions)
@NotNull ExecutionRequestResult
PlanExecutionManagerImpl. start(@NotNull Triggerable triggerable, @NotNull BuildDetectionAction buildDetectionAction, @NotNull AcquisitionPolicy acquisitionPolicy)
@NotNull ExecutionRequestResult
PlanExecutionManagerImpl. start(@NotNull Triggerable triggerable, @NotNull BuildDetectionAction buildDetectionAction, @NotNull AcquisitionPolicy acquisitionPolicy, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions)
@Nullable Future<ExecutionRequestResult>
NonBlockingPlanExecutionService. tryToStart(@NotNull Triggerable triggerable, @NotNull BuildDetectionAction buildDetectionAction)
@Nullable Future<ExecutionRequestResult>
NonBlockingPlanExecutionServiceImpl. tryToStart(@NotNull Triggerable triggerable, @NotNull BuildDetectionAction buildDetectionAction)
Constructors in com.atlassian.bamboo.plan with parameters of type Triggerable Constructor Description TriggerableInternalKeyImpl(@NotNull Triggerable triggerable)
-
Uses of Triggerable in com.atlassian.bamboo.plan.branch
Subinterfaces of Triggerable in com.atlassian.bamboo.plan.branch Modifier and Type Interface Description interface
ChainBranch
Represents a branch of a plan.Classes in com.atlassian.bamboo.plan.branch that implement Triggerable Modifier and Type Class Description class
ChainBranchImpl
-
Uses of Triggerable in com.atlassian.bamboo.plan.branch.cache
Classes in com.atlassian.bamboo.plan.branch.cache that implement Triggerable Modifier and Type Class Description class
ImmutableChainBranchImpl
-
Uses of Triggerable in com.atlassian.bamboo.plan.cache
Subinterfaces of Triggerable in com.atlassian.bamboo.plan.cache Modifier and Type Interface Description interface
ImmutableChain
Represents aChain
that is immutable.interface
ImmutableChainBranch
Interface of an immutable version ofChainBranch
interface
ImmutableTopLevelPlan
Represents aTopLevelPlan
that is immutable.Classes in com.atlassian.bamboo.plan.cache that implement Triggerable Modifier and Type Class Description class
AbstractImmutableChain
class
ImmutableChainImpl
AImmutableChain
implementation. -
Uses of Triggerable in com.atlassian.bamboo.plugin.descriptor
Methods in com.atlassian.bamboo.plugin.descriptor with parameters of type Triggerable Modifier and Type Method Description boolean
TriggerModuleDescriptorImpl. canTrigger(@NotNull Triggerable triggerable)
Method parameters in com.atlassian.bamboo.plugin.descriptor with type arguments of type Triggerable Modifier and Type Method Description boolean
TriggerModuleDescriptorImpl. canTriggerType(@NotNull Class<? extends Triggerable> triggerableType)
-
Uses of Triggerable in com.atlassian.bamboo.plugins.bitbucket.trigger
Methods in com.atlassian.bamboo.plugins.bitbucket.trigger with parameters of type Triggerable Modifier and Type Method Description void
BitbucketCloudTriggerActivator. activate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition)
boolean
CanTriggerPlansWithBitbucketCloudRepository. canTrigger(@NotNull Triggerable triggerable)
void
BitbucketCloudTriggerActivator. deactivate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition)
void
BitbucketCloudTriggerActivator. initAndActivate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition, @Nullable Date lastShutdownTime)
@NotNull Map<String,String>
BitbucketCloudTriggerExporter. toTriggerConfiguration(@NotNull com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties triggerProperties, @NotNull Triggerable triggerable)
-
Uses of Triggerable in com.atlassian.bamboo.plugins.stash.trigger
Methods in com.atlassian.bamboo.plugins.stash.trigger with parameters of type Triggerable Modifier and Type Method Description boolean
CanTriggerPlansWithStashRepository. canTrigger(@NotNull Triggerable triggerable)
protected org.quartz.Trigger
StashTriggerActivator. getTrigger(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition, @Nullable Date lastShutdownTime)
@NotNull Map<String,String>
BitbucketServerTriggerExporter. toTriggerConfiguration(@NotNull com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties triggerProperties, @NotNull Triggerable triggerable)
-
Uses of Triggerable in com.atlassian.bamboo.schedule
Classes in com.atlassian.bamboo.schedule with type parameters of type Triggerable Modifier and Type Class Description class
TriggerableSchedulerCallback<T extends Triggerable>
Methods in com.atlassian.bamboo.schedule with parameters of type Triggerable Modifier and Type Method Description void
DefaultPlanScheduler. removeAllScheduledJobs(@NotNull Triggerable triggerable)
void
PlanScheduler. removeAllScheduledJobs(@NotNull Triggerable triggerable)
Remove all scheduling jobs for aTriggerable
.void
DefaultPlanScheduler. removeTasksScheduledForTriggerable(@NotNull Triggerable triggerable)
void
DefaultPlanScheduler. scheduleTasksForTriggerable(@NotNull Triggerable triggerable)
void
DefaultPlanScheduler. scheduleTriggeringJobs(@NotNull Triggerable triggerable)
void
PlanScheduler. scheduleTriggeringJobs(@NotNull Triggerable triggerable)
Starts all scheduling jobs for aTriggerable
. -
Uses of Triggerable in com.atlassian.bamboo.tag.service
Methods in com.atlassian.bamboo.tag.service that return Triggerable Modifier and Type Method Description Triggerable
TagTriggerActivationEvent. getTriggerable()
Methods in com.atlassian.bamboo.tag.service with parameters of type Triggerable Modifier and Type Method Description void
TagDetectionThreadsManager. triggerTagActivated(Triggerable triggerable)
registers triggerable (narrowed to ImmutablePlan)void
TagDetectionThreadsManagerImpl. triggerTagActivated(Triggerable triggerable)
Constructors in com.atlassian.bamboo.tag.service with parameters of type Triggerable Constructor Description TagTriggerActivationEvent(Triggerable triggerable)
-
Uses of Triggerable in com.atlassian.bamboo.trigger
Methods in com.atlassian.bamboo.trigger that return Triggerable Modifier and Type Method Description @Nullable Triggerable
TriggerableInternalKey. getTriggerable()
Methods in com.atlassian.bamboo.trigger with parameters of type Triggerable Modifier and Type Method Description void
TriggerActivator. activate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition)
This method should activate any services or threads that are required for this trigger to function.static void
TriggerActivatorHelper. activateTriggers(@NotNull TriggerTypeManager triggerTypeManager, @NotNull Triggerable triggerable, @NotNull org.apache.logging.log4j.Logger log)
boolean
TriggerModuleDescriptor. canTrigger(@NotNull Triggerable triggerable)
void
TriggerActivator. deactivate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition)
This method should deactivate any services or threads related to this trigger This method is called: - when triggered object is removed - when trigger is removed - before update of triggered object's configuration - when trigger plugin module is disabledstatic void
TriggerActivatorHelper. deactivateTriggers(@NotNull TriggerTypeManager triggerTypeManager, @NotNull Triggerable triggerable, @NotNull org.apache.logging.log4j.Logger log)
@NotNull Iterable<TriggerModuleDescriptor>
TriggerTypeManager. getAvailableTriggerDescriptors(@NotNull Triggerable triggerable)
Provides a list of available trigger types for a specific triggerable.void
TriggerActivator. initAndActivate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition, @Nullable Date lastShutdownTime)
This method is called on Bamboo server startup and when trigger plugin is enabled.static void
TriggerActivatorHelper. initAndActivateTriggers(@NotNull TriggerTypeManager triggerTypeManager, @NotNull Triggerable triggerable, @NotNull org.apache.logging.log4j.Logger log, @Nullable Date lastShutdownTime)
Method parameters in com.atlassian.bamboo.trigger with type arguments of type Triggerable Modifier and Type Method Description boolean
TriggerModuleDescriptor. canTriggerType(@NotNull Class<? extends Triggerable> triggerableType)
Iterable<TriggerModuleDescriptor>
TriggerTypeManager. getAvailableTriggerDescriptorsByType(Class<? extends Triggerable> triggerableClass)
Provides a list of available trigger types for a specific type of triggerable. -
Uses of Triggerable in com.atlassian.bamboo.trigger.applicability
Methods in com.atlassian.bamboo.trigger.applicability with parameters of type Triggerable Modifier and Type Method Description boolean
CanTriggerAnything. canTrigger(@NotNull Triggerable triggerable)
boolean
CanTriggerEnvironments. canTrigger(@NotNull Triggerable triggerable)
boolean
CanTriggerPlans. canTrigger(@NotNull Triggerable triggerable)
boolean
CanTriggerPlansWithRepositories. canTrigger(@NotNull Triggerable triggerable)
boolean
TriggerApplicabilityCondition. canTrigger(@NotNull Triggerable triggerable)
Detailed check of trigger applicability.Method parameters in com.atlassian.bamboo.trigger.applicability with type arguments of type Triggerable Modifier and Type Method Description boolean
CanTriggerAnything. canTriggerType(@NotNull Class<? extends Triggerable> triggerableType)
boolean
CanTriggerEnvironments. canTriggerType(@NotNull Class<? extends Triggerable> triggerableType)
boolean
CanTriggerPlans. canTriggerType(@NotNull Class<? extends Triggerable> triggerableType)
boolean
TriggerApplicabilityCondition. canTriggerType(@NotNull Class<? extends Triggerable> triggerableType)
General check of trigger applicability.Constructors in com.atlassian.bamboo.trigger.applicability with parameters of type Triggerable Constructor Description CanTriggerPredicate(Triggerable triggerable)
Deprecated.Constructor parameters in com.atlassian.bamboo.trigger.applicability with type arguments of type Triggerable Constructor Description CanTriggerTypePredicate(Class<? extends Triggerable> triggerableType)
Deprecated. -
Uses of Triggerable in com.atlassian.bamboo.trigger.cron
Methods in com.atlassian.bamboo.trigger.cron with parameters of type Triggerable Modifier and Type Method Description protected org.quartz.Trigger
CronTriggerActivator. getTrigger(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition, @Nullable Date lastShutdownTime)
-
Uses of Triggerable in com.atlassian.bamboo.trigger.daily
Methods in com.atlassian.bamboo.trigger.daily with parameters of type Triggerable Modifier and Type Method Description protected org.quartz.Trigger
DailyTriggerActivator. getTrigger(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition, @Nullable Date lastShutdownTime)
-
Uses of Triggerable in com.atlassian.bamboo.trigger.dependency
Methods in com.atlassian.bamboo.trigger.dependency with parameters of type Triggerable Modifier and Type Method Description void
AfterSuccessfulDeploymentTriggerActivator. activate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition)
void
AfterSuccessfulPlanTriggerActivator. activate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition)
void
AfterSuccessfulStageTriggerActivator. activate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition)
void
EnvironmentDependencyService. addDependencies(@NotNull Triggerable dependent, long triggerId, @NotNull Set<TriggerableInternalKey> triggeringPlans)
Adds dependencies from triggeringPlans to aTriggerable
void
EnvironmentDependencyServiceImpl. addDependencies(@NotNull Triggerable dependent, long triggerId, @NotNull Set<TriggerableInternalKey> parents)
boolean
CanTriggerIfAnotherEnvironmentExistsInProject. canTrigger(@NotNull Triggerable triggerable)
void
AfterSuccessfulDeploymentTriggerActivator. deactivate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition)
void
AfterSuccessfulPlanTriggerActivator. deactivate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition)
void
AfterSuccessfulStageTriggerActivator. deactivate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition)
void
AfterSuccessfulDeploymentTriggerActivator. initAndActivate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition, @Nullable Date lastShutdownTime)
void
AfterSuccessfulPlanTriggerActivator. initAndActivate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition, @Nullable Date lastShutdownTime)
void
AfterSuccessfulStageTriggerActivator. initAndActivate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition, @Nullable Date lastShutdownTime)
void
EnvironmentDependencyService. removeDependencies(@NotNull Triggerable dependent, long triggerId)
Remove all the dependencies related toTriggerDefinition
void
EnvironmentDependencyServiceImpl. removeDependencies(@NotNull Triggerable dependent, long triggerId)
void
EnvironmentDependencyService. replaceDependencies(@NotNull Triggerable dependent, long triggerId, @NotNull Set<TriggerableInternalKey> triggeringPlans)
Removes all existing dependencies and adds new.void
EnvironmentDependencyServiceImpl. replaceDependencies(@NotNull Triggerable dependent, long triggerId, @NotNull Set<TriggerableInternalKey> parents)
-
Uses of Triggerable in com.atlassian.bamboo.trigger.export
Methods in com.atlassian.bamboo.trigger.export with parameters of type Triggerable Modifier and Type Method Description default <T extends com.atlassian.bamboo.specs.api.builders.trigger.Trigger<T,P>,P extends com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties>
TTriggerDefinitionExporter. toSpecsEntity(@NotNull TriggerDefinition triggerDefinition, @NotNull Triggerable triggerable)
Create Bamboo Specs object representing this trigger.@NotNull Map<String,String>
DefaultTriggerDefinitionExporter. toTriggerConfiguration(@NotNull com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties triggerProperties, @NotNull Triggerable triggerable)
@NotNull Map<String,String>
TriggerDefinitionExporter. toTriggerConfiguration(@NotNull com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties triggerProperties, @NotNull Triggerable triggerable)
Converts properties to Bamboo trigger configuration. -
Uses of Triggerable in com.atlassian.bamboo.trigger.exporters
Methods in com.atlassian.bamboo.trigger.exporters with parameters of type Triggerable Modifier and Type Method Description @NotNull com.atlassian.bamboo.specs.api.builders.trigger.Trigger
AfterSuccessfulPlanTriggerExporter. toSpecsEntity(@NotNull TriggerDefinition triggerDefinition, @NotNull Triggerable triggerable)
@NotNull com.atlassian.bamboo.specs.api.builders.trigger.Trigger
AfterSuccessfulStageTriggerExporter. toSpecsEntity(@NotNull TriggerDefinition triggerDefinition, @NotNull Triggerable triggerable)
@NotNull com.atlassian.bamboo.specs.api.builders.trigger.Trigger<? extends com.atlassian.bamboo.specs.api.builders.trigger.Trigger<?,com.atlassian.bamboo.specs.model.trigger.ScheduledTriggerProperties>,com.atlassian.bamboo.specs.model.trigger.ScheduledTriggerProperties>
ScheduledTriggerDefinitionExporter. toSpecsEntity(@NotNull TriggerDefinition triggerDefinition, @NotNull Triggerable triggerable)
@NotNull Map<String,String>
AfterSuccessfulDeploymentTriggerExporter. toTriggerConfiguration(@NotNull com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties triggerProperties, @NotNull Triggerable triggerable)
@NotNull Map<String,String>
AfterSuccessfulPlanTriggerExporter. toTriggerConfiguration(@NotNull com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties triggerProperties, @NotNull Triggerable triggerable)
@NotNull Map<String,String>
AfterSuccessfulStageTriggerExporter. toTriggerConfiguration(@NotNull com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties triggerProperties, @NotNull Triggerable triggerable)
@NotNull Map<String,String>
RemoteTriggerDefinitionExporter. toTriggerConfiguration(@NotNull com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties triggerProperties, @NotNull Triggerable triggerable)
Returns custom trigger configuration.@NotNull Map<String,String>
RepositoryPollingTriggerDefinitionExporter. toTriggerConfiguration(@NotNull com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties triggerProperties, @NotNull Triggerable triggerable)
@NotNull Map<String,String>
ScheduledTriggerDefinitionExporter. toTriggerConfiguration(@NotNull com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties triggerProperties, @NotNull Triggerable triggerable)
@NotNull Map<String,String>
TagTriggerDefinitionExporter. toTriggerConfiguration(@NotNull com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties triggerProperties, @NotNull Triggerable triggerable)
Returns tag trigger configuration. -
Uses of Triggerable in com.atlassian.bamboo.trigger.polling
Methods in com.atlassian.bamboo.trigger.polling with parameters of type Triggerable Modifier and Type Method Description protected org.quartz.Trigger
PollingTriggerActivator. getTrigger(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition, @Nullable Date lastShutdownTime)
-
Uses of Triggerable in com.atlassian.bamboo.trigger.quartz
Methods in com.atlassian.bamboo.trigger.quartz with parameters of type Triggerable Modifier and Type Method Description void
AbstractQuartzTriggerActivator. activate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition)
protected org.quartz.JobDetail
AbstractQuartzTriggerActivator. createJobDetail(@NotNull Triggerable triggerable, TriggerDefinition triggerDefinition, @NotNull String jobName)
void
AbstractQuartzTriggerActivator. deactivate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition)
protected abstract @Nullable org.quartz.Trigger
AbstractQuartzTriggerActivator. getTrigger(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition, @Nullable Date lastShutdownTime)
protected String
AbstractQuartzTriggerActivator. getUniqueId(Triggerable triggerable, TriggerDefinition triggerDefinition)
void
AbstractQuartzTriggerActivator. initAndActivate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition, @Nullable Date lastShutdownTime)
-
Uses of Triggerable in com.atlassian.bamboo.trigger.remote
Methods in com.atlassian.bamboo.trigger.remote with parameters of type Triggerable Modifier and Type Method Description void
RemoteTriggerActivator. activate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition)
void
RemoteTriggerActivator. deactivate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition)
void
RemoteTriggerActivator. initAndActivate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition, @Nullable Date lastShutdownTime)
-
Uses of Triggerable in com.atlassian.bamboo.trigger.tag
Methods in com.atlassian.bamboo.trigger.tag with parameters of type Triggerable Modifier and Type Method Description void
TagTriggerActivator. activate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition)
void
TagTriggerActivator. deactivate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition)
void
TagTriggerActivator. initAndActivate(@NotNull Triggerable triggerable, @NotNull TriggerDefinition triggerDefinition, @Nullable Date lastShutdownTime)
-
Uses of Triggerable in com.atlassian.bamboo.ww2.actions.chains.admin.triggers
Methods in com.atlassian.bamboo.ww2.actions.chains.admin.triggers with parameters of type Triggerable Modifier and Type Method Description @NotNull String
TriggerUIConfigBean. prepareCreateHtml(@NotNull TriggerModuleDescriptor triggerDescriptor, @NotNull TaskRenderMode renderMode, @Nullable Triggerable triggerable)
@NotNull String
TriggerUIConfigBean. prepareEditHtml(@NotNull TriggerModuleDescriptor triggerDescriptor, @NotNull TriggerDefinition triggerDefinition, @NotNull TaskRenderMode renderMode, @NotNull Triggerable triggerable)
@NotNull String
TriggerUIConfigBean. prepareViewHtml(@NotNull TriggerModuleDescriptor triggerDescriptor, @NotNull TriggerDefinition triggerDefinition, @Nullable Triggerable triggerable)
-