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.
|
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.Copyright © 2016–2018. All rights reserved.