public interface Parameter<T>
Modifier and Type | Method and Description |
---|---|
T |
findValue(MacroExecutionContext ctx)
Attempts to find the value from the specified
MacroExecutionContext object. |
void |
setValidate(boolean shouldValidate)
Sets whether this parameter should attempt to validate its values.
|
T findValue(MacroExecutionContext ctx) throws ParameterException
MacroExecutionContext
object.ctx
- The execution context for the macro.ParameterException
- if there was a problem while processing the parameter.void setValidate(boolean shouldValidate)
shouldValidate
- true if this parameter should attempt to validateCopyright © 2003–2021 Atlassian. All rights reserved.