public class AquaDockerScannerBuilder
extends hudson.tasks.Builder
When a build is performed, the perform(hudson.model.AbstractBuild, hudson.Launcher, hudson.model.BuildListener)
method will be invoked.
Modifier and Type | Class and Description |
---|---|
static class |
AquaDockerScannerBuilder.DescriptorImpl
Descriptor for
AquaDockerScannerBuilder . |
Constructor and Description |
---|
AquaDockerScannerBuilder(String locationType,
String registry,
String localImage,
String hostedImage,
String onDisallowed) |
Modifier and Type | Method and Description |
---|---|
AquaDockerScannerBuilder.DescriptorImpl |
getDescriptor() |
String |
getHostedImage() |
String |
getLocalImage() |
String |
getLocationType()
Public access required by config.jelly to display current values in configuration screen.
|
String |
getOnDisallowed() |
String |
getRegistry() |
String |
isLocationType(String type) |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public String getLocationType()
public String getRegistry()
public String getLocalImage()
public String getHostedImage()
public String getOnDisallowed()
public boolean perform(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws hudson.AbortException, InterruptedException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
hudson.AbortException
InterruptedException
public AquaDockerScannerBuilder.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Builder>
getDescriptor
in class hudson.tasks.Builder
Copyright © 2016. All rights reserved.