| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<RunCondition,RunCondition.RunConditionDescriptor> |
RunCondition.all() |
hudson.DescriptorExtensionList<RunCondition,RunCondition.RunConditionDescriptor> |
RunConditionPlugin.getAllRunConditions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BuildStepRunner.perform(RunCondition condition,
hudson.tasks.BuildStep buildStep,
hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
BuildStepRunner.prebuild(RunCondition condition,
hudson.tasks.BuildStep buildStep,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
| Constructor and Description |
|---|
RunCondition.RunConditionDescriptor(Class<? extends RunCondition> clazz) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlwaysPrebuildRunCondition |
class |
PrebuildSameAsPerformRunCondition |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchFileCondition
Executes commands by using Windows batch file.
|
class |
CommandInterperterCondition
Common part between
ShellCondition and BatchFileCondition. |
class |
ShellCondition
Executes a series of commands by using a shell.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlwaysRun |
class |
BooleanCondition |
class |
CauseCondition |
class |
DayCondition |
class |
ExpressionCondition |
class |
FileExistsCondition |
class |
FilesMatchCondition |
class |
NeverRun |
class |
NodeCondition |
class |
NumericalComparisonCondition |
class |
StatusCondition |
class |
StringsMatchCondition |
class |
TimeCondition |
| Modifier and Type | Class and Description |
|---|---|
class |
And |
class |
Not |
class |
Or |
| Modifier and Type | Method and Description |
|---|---|
RunCondition |
Not.getCondition() |
RunCondition |
ConditionContainer.getCondition() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends hudson.model.Descriptor<? extends RunCondition>> |
Not.NotDescriptor.getRunConditions() |
List<? extends hudson.model.Descriptor<? extends RunCondition>> |
ConditionContainer.ConditionContainerDescriptor.getRunConditions() |
| Constructor and Description |
|---|
ConditionContainer(RunCondition condition) |
Not(RunCondition condition) |
Copyright © 2004-2014 Hudson. All Rights Reserved.