com.atlassian.bamboo.build.strategy
Interface QuartzStrategy

All Superinterfaces:
BuildStrategy, ConvertibleFromConfig, java.io.Serializable
All Known Implementing Classes:
AbstractQuartzStrategy, CronTriggerBuildStrategy, PollingBuildStrategy, SingleDailyBuildStrategy

public interface QuartzStrategy
extends BuildStrategy


Field Summary
static java.lang.String BUILD_STRATEGY
           
static java.lang.String PLAN_KEY
           
static java.lang.String REPOSITORY_CHANGE_JOB
           
 
Method Summary
 void initialiseJob(ImmutablePlan build)
          must be re runnable
 void removeJob(ImmutablePlan build)
           
 
Methods inherited from interface com.atlassian.bamboo.build.strategy.BuildStrategy
addDefaultValues, getDescription, getKey, getName, init, validate
 
Methods inherited from interface com.atlassian.bamboo.fieldvalue.ConvertibleFromConfig
populateFromConfig, toConfiguration
 

Field Detail

REPOSITORY_CHANGE_JOB

static final java.lang.String REPOSITORY_CHANGE_JOB
See Also:
Constant Field Values

BUILD_STRATEGY

static final java.lang.String BUILD_STRATEGY
See Also:
Constant Field Values

PLAN_KEY

static final java.lang.String PLAN_KEY
See Also:
Constant Field Values
Method Detail

initialiseJob

void initialiseJob(ImmutablePlan build)
must be re runnable

Parameters:
build -

removeJob

void removeJob(ImmutablePlan build)


Copyright © 2012 Atlassian. All Rights Reserved.