public class DevTestDeployVs extends DefaultBuildStep
Modifier and Type | Class and Description |
---|---|
static class |
DevTestDeployVs.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory
Constructor and Description |
---|
DevTestDeployVs(boolean useCustomRegistry,
String host,
String port,
String vseName,
String marFilesPaths,
String tokenCredentialId,
boolean secured)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getMarFilesPaths() |
String |
getVseName() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
getHost, getPassword, getPort, getTokenCredentialId, getUsername, isSecured, isUseCustomRegistry, updateCredentails
all, getDescriptor, getRequiredMonitorService, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
@DataBoundConstructor public DevTestDeployVs(boolean useCustomRegistry, String host, String port, String vseName, String marFilesPaths, String tokenCredentialId, boolean secured)
useCustomRegistry
- if we are overriding default Registryhost
- host for custom Registryport
- port for custom RegistryvseName
- name of VSE where we want to undeploy the VSmarFilesPaths
- path to mar filetokenCredentialId
- credentials token idsecured
- if https should be for custom registrypublic String getMarFilesPaths()
public String getVseName()
public void perform(hudson.model.Run<?,?> run, hudson.FilePath workspace, hudson.Launcher launcher, hudson.model.TaskListener listener) throws InterruptedException, IOException
perform
in interface jenkins.tasks.SimpleBuildStep
perform
in class DefaultBuildStep
InterruptedException
IOException
Copyright © 2016–2022 CA Technologies. All rights reserved.