public class RegistryEndpointStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
RegistryEndpointStep.DescriptorImpl |
static class |
RegistryEndpointStep.Execution
Deprecated.
only here for binary compatibility
|
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
RegistryEndpointStep(org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint registry) |
| Modifier and Type | Method and Description |
|---|---|
org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint |
getRegistry() |
String |
getToolName() |
void |
setToolName(String toolName) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundConstructor public RegistryEndpointStep(@Nonnull org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint registry)
Copyright © 2016–2019. All rights reserved.