@Extension public class LIXConnectorComBuilder extends Builder implements SimpleBuildStep, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
LIXConnectorComBuilder.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
BuildStep.PublisherList
ExtensionPoint.LegacyInstancesAreScopedToHudson
BUILDERS, PUBLISHERS
Constructor and Description |
---|
LIXConnectorComBuilder() |
Modifier and Type | Method and Description |
---|---|
Secret |
getApitoken() |
String |
getDependencymanager() |
String |
getDeploymentstage() |
String |
getDeploymentversion() |
String |
getHostname() |
String |
getJobresultchoice() |
String |
getLxmanifestpath() |
String |
getMavensettingspath() |
boolean |
getUseleanixconnector() |
void |
perform(Run<?,?> run,
FilePath workspace,
EnvVars env,
Launcher launcher,
TaskListener listener) |
void |
setApitoken(Secret apitoken) |
void |
setDependencymanager(String dependencymanager) |
void |
setDeploymentstage(String deploymentstage) |
void |
setDeploymentversion(String deploymentversion) |
void |
setHostname(String hostname) |
void |
setJobresultchoice(String jobresultchoice) |
void |
setLxmanifestpath(String lxManifestPath) |
void |
setMavensettingspath(String mavensettingspath) |
void |
setUseleanixconnector(boolean useLeanIXConnector) |
all, getDescriptor, getRequiredMonitorService, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
perform, perform, requiresWorkspace
getProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild
@DataBoundSetter public void setUseleanixconnector(boolean useLeanIXConnector)
public boolean getUseleanixconnector()
@DataBoundSetter public void setLxmanifestpath(String lxManifestPath)
public String getLxmanifestpath()
public String getDependencymanager()
@DataBoundSetter public void setDependencymanager(String dependencymanager)
@DataBoundSetter public void setHostname(String hostname)
public String getHostname()
@DataBoundSetter public void setApitoken(Secret apitoken)
public Secret getApitoken()
public String getJobresultchoice()
@DataBoundSetter public void setJobresultchoice(String jobresultchoice)
public String getDeploymentstage()
@DataBoundSetter public void setDeploymentstage(String deploymentstage)
public String getDeploymentversion()
@DataBoundSetter public void setDeploymentversion(String deploymentversion)
public String getMavensettingspath()
@DataBoundSetter public void setMavensettingspath(String mavensettingspath)
public void perform(@NonNull Run<?,?> run, @NonNull FilePath workspace, @NonNull EnvVars env, @NonNull Launcher launcher, @NonNull TaskListener listener) throws InterruptedException, IOException
perform
in interface SimpleBuildStep
InterruptedException
IOException
Copyright © 2016–2022. All rights reserved.