public class CoordinatorParameterDefinition
extends hudson.model.ParameterDefinition
Constructor and Description |
---|
CoordinatorParameterDefinition(TreeNode defaultValue) |
Modifier and Type | Method and Description |
---|---|
hudson.model.ParameterValue |
createValue(hudson.cli.CLICommand command,
String value) |
hudson.model.ParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req) |
hudson.model.ParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject jo) |
CoordinatorParameterValue |
createValue(String jsonStr) |
hudson.model.ParameterValue |
getDefaultParameterValue() |
public CoordinatorParameterDefinition(TreeNode defaultValue)
public hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject jo)
createValue
in class hudson.model.ParameterDefinition
public hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest req)
createValue
in class hudson.model.ParameterDefinition
public hudson.model.ParameterValue createValue(hudson.cli.CLICommand command, String value) throws IOException, InterruptedException
createValue
in class hudson.model.ParameterDefinition
IOException
InterruptedException
public CoordinatorParameterValue createValue(String jsonStr)
public hudson.model.ParameterValue getDefaultParameterValue()
getDefaultParameterValue
in class hudson.model.ParameterDefinition
Copyright © 2016–2023. All rights reserved.