public class FolderConfig
extends com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<com.cloudbees.hudson.plugins.folder.AbstractFolder<?>>
Modifier and Type | Class and Description |
---|---|
static class |
FolderConfig.DescriptorImpl |
static class |
FolderConfig.FolderDockerPropertiesProvider |
Constructor and Description |
---|
FolderConfig() |
FolderConfig(String dockerLabel,
String url,
String creds)
For testing
|
Modifier and Type | Method and Description |
---|---|
String |
getDockerLabel() |
org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint |
getRegistry() |
void |
setDockerLabel(String dockerLabel) |
void |
setRegistry(org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint registry) |
public String getDockerLabel()
@DataBoundSetter public void setDockerLabel(String dockerLabel)
public org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint getRegistry()
@DataBoundSetter public void setRegistry(org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint registry)
Copyright © 2016–2017. All rights reserved.