public class NPMConfig
extends org.jenkinsci.lib.configprovider.model.Config
| Modifier and Type | Class and Description |
|---|---|
static class |
NPMConfig.NPMConfigProvider |
| Constructor and Description |
|---|
NPMConfig(String id,
String name,
String comment,
String content,
String providerId,
List<NPMRegistry> registries) |
| Modifier and Type | Method and Description |
|---|---|
void |
doVerify()
Perform a validation of the configuration.
|
org.jenkinsci.lib.configprovider.ConfigProvider |
getDescriptor() |
List<NPMRegistry> |
getRegistries() |
public List<NPMRegistry> getRegistries()
public void doVerify()
throws VerifyConfigProviderException
If validation pass then no VerifyConfigProviderException will be
raised.
VerifyConfigProviderException - in case this configuration is not valid.public org.jenkinsci.lib.configprovider.ConfigProvider getDescriptor()
getDescriptor in interface hudson.model.Describable<org.jenkinsci.lib.configprovider.model.Config>getDescriptor in class org.jenkinsci.lib.configprovider.model.ConfigCopyright © 2016–2017. All rights reserved.