public class EaseRecorder
extends hudson.tasks.Recorder
Modifier and Type | Class and Description |
---|---|
static class |
EaseRecorder.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Modifier and Type | Field and Description |
---|---|
static String |
PLUGIN_NAME |
Constructor and Description |
---|
EaseRecorder(String url,
String region,
String customEaseUrl,
String customApperianUrl,
String username,
String password,
String appId,
String filename,
String author,
String versionNotes,
boolean sign,
String credential,
boolean enable) |
Modifier and Type | Method and Description |
---|---|
String |
getAppId() |
String |
getAuthor() |
String |
getCredential() |
String |
getCustomApperianUrl() |
String |
getCustomEaseUrl() |
EaseRecorder.DescriptorImpl |
getDescriptor() |
String |
getFilename() |
String |
getPassword() |
String |
getRegion() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getUsername() |
String |
getVersionNotes() |
boolean |
isEnable() |
boolean |
isSign() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
getProjectAction, getProjectActions, perform, prebuild
public static final String PLUGIN_NAME
public String getRegion()
public String getCustomEaseUrl()
public String getCustomApperianUrl()
public String getUsername()
public String getPassword()
public String getAppId()
public String getFilename()
public String getAuthor()
public String getVersionNotes()
public boolean isSign()
public String getCredential()
public boolean isEnable()
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 EaseRecorder.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Recorder
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2004-2016. All Rights Reserved.