@ExperimentalApi public class DockerConfigurationProviders extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DockerConfigurationProviders.Config |
Constructor and Description |
---|
DockerConfigurationProviders() |
Modifier and Type | Method and Description |
---|---|
BuildConfiguration |
appendToConfiguration(BuildConfiguration buildConfiguration,
String selectedType,
Map<String,Object> webFragmentsContextMap) |
List<DockerConfigurationProviders.Config> |
getConfigs(BuildDefinition buildDefinition,
boolean create) |
List<DockerConfigurationProviders.Config> |
getConfigs(Environment environment,
boolean create) |
List<DockerConfigurationProviders.Config> |
getConfigs(Map<String,Object> webFragmentsContextMap,
boolean create) |
Map<String,String> |
getIsolationTypeLabels(com.opensymphony.xwork2.TextProvider textProvider) |
boolean |
isAllowedIsolationTypeValue(String isolationType) |
ErrorCollection |
validateAndSaveSelectedConfig(Environment environment,
boolean create,
String selectedType,
Map<String,Object> webFragmentsContextMap) |
ErrorCollection |
validateAndSaveSelectedConfig(Job job,
boolean create,
String selectedType,
Map<String,Object> webFragmentsContextMap) |
public boolean isAllowedIsolationTypeValue(String isolationType)
public BuildConfiguration appendToConfiguration(BuildConfiguration buildConfiguration, String selectedType, Map<String,Object> webFragmentsContextMap)
public ErrorCollection validateAndSaveSelectedConfig(Job job, boolean create, String selectedType, Map<String,Object> webFragmentsContextMap)
public ErrorCollection validateAndSaveSelectedConfig(Environment environment, boolean create, String selectedType, Map<String,Object> webFragmentsContextMap)
public Map<String,String> getIsolationTypeLabels(com.opensymphony.xwork2.TextProvider textProvider)
public List<DockerConfigurationProviders.Config> getConfigs(@Nullable BuildDefinition buildDefinition, boolean create)
public List<DockerConfigurationProviders.Config> getConfigs(@Nullable Environment environment, boolean create)
public List<DockerConfigurationProviders.Config> getConfigs(Map<String,Object> webFragmentsContextMap, boolean create)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.