public class SpringBootLibrariesListParameterDefinition
extends hudson.model.StringParameterDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
SpringBootLibrariesListParameterDefinition.SpringBootLibrariesListParameter |
hudson.model.StringParameterDefinition.DescriptorImpl| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
SpringBootLibrariesListParameterDefinition(String springBootVersion) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.StringParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest staplerRequest,
net.sf.json.JSONObject jsonObject) |
String |
getGroups() |
List<SpringDependency> |
getLibs() |
static SpringInitializrClient |
getSpringInitializrClient() |
static void |
init() |
copyWithDefaultValue, createValue, getDefaultParameterValue, getDefaultValue, setDefaultValue@DataBoundConstructor public SpringBootLibrariesListParameterDefinition(String springBootVersion)
@Initializer(after=PLUGINS_STARTED) public static void init()
public static SpringInitializrClient getSpringInitializrClient()
public List<SpringDependency> getLibs() throws Exception
Exceptionpublic hudson.model.StringParameterValue createValue(org.kohsuke.stapler.StaplerRequest staplerRequest,
net.sf.json.JSONObject jsonObject)
createValue in class hudson.model.StringParameterDefinitionCopyright © 2016–2017. All rights reserved.