public abstract class DockerPropertiesProvider extends Object implements hudson.ExtensionPoint
agent docker
.Constructor and Description |
---|
DockerPropertiesProvider() |
Modifier and Type | Method and Description |
---|---|
static hudson.ExtensionList<DockerPropertiesProvider> |
all() |
abstract String |
getLabel(hudson.model.Run run) |
abstract String |
getRegistryCredentialsId(hudson.model.Run run) |
abstract String |
getRegistryUrl(hudson.model.Run run) |
@CheckForNull public abstract String getRegistryUrl(@Nullable hudson.model.Run run)
@CheckForNull public abstract String getRegistryCredentialsId(@Nullable hudson.model.Run run)
@CheckForNull public abstract String getLabel(@Nullable hudson.model.Run run)
public static hudson.ExtensionList<DockerPropertiesProvider> all()
Copyright © 2016–2017. All rights reserved.