public class JenkinsConnector extends Object
| Constructor and Description |
|---|
JenkinsConnector(hudson.model.AbstractBuild build,
hudson.model.BuildListener listener) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
env() |
void |
env(String name,
String value) |
hudson.model.AbstractBuild |
getBuild()
Gets access to the build
|
hudson.model.BuildListener |
getListener()
Gets access to the listener
|
hudson.model.Result |
getResult()
Gets the current result of the build.
|
boolean |
isFailure()
Is the build a failure?
|
boolean |
isSuccess()
Is the build a success?
|
boolean |
isUnstable()
Is the build unstable?
|
public JenkinsConnector(hudson.model.AbstractBuild build,
hudson.model.BuildListener listener)
public hudson.model.Result getResult()
public hudson.model.AbstractBuild getBuild()
public hudson.model.BuildListener getListener()
public boolean isSuccess()
public boolean isUnstable()
public boolean isFailure()
Copyright © 2004-2015. All Rights Reserved.