public class EasyQASite extends Object
Constructor and Description |
---|
EasyQASite(String name,
String email,
String password,
String url,
String token) |
Modifier and Type | Method and Description |
---|---|
void |
failed(hudson.model.AbstractBuild<?,?> build)
Updates the result for build, depending on the failure mode.
|
static EasyQASite |
get(hudson.model.AbstractProject<?,?> project) |
String |
getEmail() |
String |
getName() |
String |
getPassword() |
String |
getToken() |
String |
getUrl() |
void |
setFailureMode(EasyQABuildFailureMode failureMode) |
void |
setPluginEnabled(boolean pluginEnabled) |
public static EasyQASite get(hudson.model.AbstractProject<?,?> project)
public void failed(hudson.model.AbstractBuild<?,?> build)
build
- the build to update the result for.public String getName()
public String getUrl()
public String getEmail()
public String getPassword()
public String getToken()
public void setPluginEnabled(boolean pluginEnabled)
public void setFailureMode(EasyQABuildFailureMode failureMode)
Copyright © 2016–2017. All rights reserved.