public class SMABuilder
extends hudson.tasks.Builder
Modifier and Type | Class and Description |
---|---|
static class |
SMABuilder.DescriptorImpl |
Constructor and Description |
---|
SMABuilder(Boolean validateEnabled,
String username,
String password,
String securityToken,
String serverType,
String testLevel,
String prTargetBranch) |
Modifier and Type | Method and Description |
---|---|
SMABuilder.DescriptorImpl |
getDescriptor() |
String |
getPassword() |
String |
getPrTargetBranch() |
String |
getSecurityToken() |
String |
getServerType() |
String |
getTestLevel() |
String |
getUsername() |
boolean |
getValidateEnabled() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public boolean perform(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
public boolean getValidateEnabled()
public String getUsername()
public String getSecurityToken()
public String getPassword()
public String getServerType()
public String getTestLevel()
public String getPrTargetBranch()
public SMABuilder.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Builder>
getDescriptor
in class hudson.tasks.Builder
Copyright © 2004-2016. All Rights Reserved.