public class StringsMatchCondition extends AlwaysPrebuildRunCondition
| Modifier and Type | Class and Description |
|---|---|
static class |
StringsMatchCondition.StringsMatchDescriptor |
RunCondition.RunConditionDescriptor| Constructor and Description |
|---|
StringsMatchCondition(String arg1,
String arg2,
boolean ignoreCase) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArg1() |
String |
getArg2() |
boolean |
isIgnoreCase() |
boolean |
runPerform(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
Decide whether to run the perform method in the BuildStep.
|
runPrebuildall, getDescriptorpublic String getArg2()
public String getArg1()
public boolean isIgnoreCase()
public boolean runPerform(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
throws Exception
RunConditionrunPerform in class RunConditionExceptionCopyright © 2004-2014 Hudson. All Rights Reserved.