com.atlassian.bamboo.build.strategy
Interface QuartzStrategy

All Superinterfaces:
BambooIdProvider, BuildStrategy, ConvertibleFromConfig, Serializable
All Known Implementing Classes:
AbstractQuartzStrategy, CronTriggerBuildStrategy, PollingBuildStrategy, SingleDailyBuildStrategy, StashBuildStrategy

Deprecated. since 5.8

@Deprecated
public interface QuartzStrategy
extends BuildStrategy


Field Summary
static String BUILD_STRATEGY
          Deprecated.  
static String REPOSITORY_CHANGE_JOB
          Deprecated.  
static String TRIGGER_CONDITIONS_CONFIGURATION
          Deprecated.  
static String TRIGGER_ID
          Deprecated.  
static String TRIGGERED_OBJECT_ID
          Deprecated.  
static String TRIGGERING_REPOSITORIES
          Deprecated.  
 
Method Summary
 void initialiseJob(Triggerable triggerable)
          Deprecated. must be re runnable
 void removeJob(Triggerable triggerable)
          Deprecated.  
 
Methods inherited from interface com.atlassian.bamboo.build.strategy.BuildStrategy
addDefaultValues, canTrigger, getDescription, getKey, getName, getTriggerConditionsConfiguration, getTriggerDetailsSummaryHtml, getUserDescription, init, setId, setUserDescription, validate
 
Methods inherited from interface com.atlassian.bamboo.fieldvalue.ConvertibleFromConfig
populateFromConfig, toConfiguration
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 

Field Detail

REPOSITORY_CHANGE_JOB

static final String REPOSITORY_CHANGE_JOB
Deprecated. 
See Also:
Constant Field Values

BUILD_STRATEGY

static final String BUILD_STRATEGY
Deprecated. 
See Also:
Constant Field Values

TRIGGERED_OBJECT_ID

static final String TRIGGERED_OBJECT_ID
Deprecated. 
See Also:
Constant Field Values

TRIGGERING_REPOSITORIES

static final String TRIGGERING_REPOSITORIES
Deprecated. 
See Also:
Constant Field Values

TRIGGER_CONDITIONS_CONFIGURATION

static final String TRIGGER_CONDITIONS_CONFIGURATION
Deprecated. 
See Also:
Constant Field Values

TRIGGER_ID

static final String TRIGGER_ID
Deprecated. 
See Also:
Constant Field Values
Method Detail

initialiseJob

void initialiseJob(Triggerable triggerable)
Deprecated. 
must be re runnable

Parameters:
triggerable -

removeJob

void removeJob(Triggerable triggerable)
Deprecated. 


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.