public class DevTestUndeployVs extends DefaultBuildStep
Modifier and Type | Class and Description |
---|---|
static class |
DevTestUndeployVs.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory
Constructor and Description |
---|
DevTestUndeployVs(boolean useCustomRegistry,
String host,
String port,
String vseName,
String vsNames,
String tokenCredentialId,
boolean secured)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getVseName() |
String |
getVsNames() |
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 DevTestUndeployVs(boolean useCustomRegistry, String host, String port, String vseName, String vsNames, 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 VSvsNames
- names of the VSs delimetered by ,tokenCredentialId
- credentials token idsecured
- if https should be for custom registrypublic String getVseName()
public String getVsNames()
public void perform(@Nonnull hudson.model.Run<?,?> run, @Nonnull hudson.FilePath workspace, @Nonnull hudson.Launcher launcher, @Nonnull 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.