public static final enum

PlanExecutionConfig.PlanExecutionType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.bamboo.plan.PlanExecutionConfig.PlanExecutionType

Class Overview

Type of repeated plan execution

Summary

Enum Values
PlanExecutionConfig.PlanExecutionType  CONTINUE  Continue successful plan execution on manual stage where it stopped  
PlanExecutionConfig.PlanExecutionType  ENFORCE_MANUAL_AS_AUTOMATIC  Enforce executing manual stages as automatic ones  
PlanExecutionConfig.PlanExecutionType  REGULAR  Start regular plan execution  
PlanExecutionConfig.PlanExecutionType  RESTART  Retry failed plan execution on stage where build failed  
Public Methods
static PlanExecutionConfig.PlanExecutionType valueOf(String name)
final static PlanExecutionType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PlanExecutionConfig.PlanExecutionType CONTINUE

Continue successful plan execution on manual stage where it stopped

public static final PlanExecutionConfig.PlanExecutionType ENFORCE_MANUAL_AS_AUTOMATIC

Enforce executing manual stages as automatic ones

public static final PlanExecutionConfig.PlanExecutionType REGULAR

Start regular plan execution

public static final PlanExecutionConfig.PlanExecutionType RESTART

Retry failed plan execution on stage where build failed

Public Methods

public static PlanExecutionConfig.PlanExecutionType valueOf (String name)

public static final PlanExecutionType[] values ()