public class Autogen extends Builder implements SimpleBuildStep
Modifier and Type | Class and Description |
---|---|
static class |
Autogen.DescriptorImpl
Inner class representing the descriptor.
|
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
BuildStep.PublisherList
ExtensionPoint.LegacyInstancesAreScopedToHudson
BUILDERS, PUBLISHERS
Constructor and Description |
---|
Autogen(String element,
String environment,
String system,
String subsystem,
String stage,
String instance,
boolean signout)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getElement()
Get the element.
|
String |
getEnvironment()
Get the environment.
|
String |
getInstance()
Get the instance.
|
boolean |
getSignout()
Get the sign out.
|
String |
getStage()
Get the stage.
|
String |
getSubsystem()
Get the subsystem.
|
String |
getSystem()
Get the system.
|
void |
perform(Run<?,?> run,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild
@DataBoundConstructor public Autogen(String element, String environment, String system, String subsystem, String stage, String instance, boolean signout)
element
- the Endevor elementenvironment
- the environmentsystem
- the systemsubsystem
- the subsystemstage
- the stageinstance
- the instancesignout
- whether to override signoutpublic void perform(Run<?,?> run, FilePath workspace, Launcher launcher, TaskListener listener) throws InterruptedException, IOException
perform
in interface SimpleBuildStep
InterruptedException
IOException
public String getEnvironment()
public String getStage()
public String getSubsystem()
public String getSystem()
public String getInstance()
public boolean getSignout()
public String getElement()
Copyright © 2016–2022. All rights reserved.