public abstract class DeploymentConfig extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DeploymentConfig.Factory |
static class |
DeploymentConfig.InvalidFormatException |
Constructor and Description |
---|
DeploymentConfig(hudson.FilePath[] configFiles) |
Modifier and Type | Method and Description |
---|---|
hudson.FilePath[] |
getConfigFiles() |
abstract String |
getResourcePrefix() |
abstract List<ServicePort> |
getServicePorts() |
public hudson.FilePath[] getConfigFiles()
public abstract String getResourcePrefix()
public abstract List<ServicePort> getServicePorts() throws IOException, DeploymentConfig.InvalidFormatException, InterruptedException
Copyright © 2016–2021. All rights reserved.