public class VariablePatternVerifier extends Object
Constructor and Description |
---|
VariablePatternVerifier(String pattern)
Create verifier for given pattern.
|
Modifier and Type | Method and Description |
---|---|
boolean |
checkVariableNotation() |
boolean |
containsVariables() |
String |
getErrorMessage() |
public VariablePatternVerifier(String pattern)
pattern
- public boolean containsVariables()
public boolean checkVariableNotation()
JenkinsVariablesResolver.getResolvableVariables()
.
Call prior to getErrorMessage()
.public String getErrorMessage()
checkVariableNotation()
or null.Copyright © 2016. All rights reserved.