public interface BuildContext
Modifier and Type | Method and Description |
---|---|
hudson.FilePath |
getBuildFolder()
Returns the FilePath of the current executing build
|
hudson.FilePath |
getWorkspace()
Returns workspace location of current executing build
|
void |
log(java.lang.String message)
Logs a message to the build listener.
|
int |
waitForProcess(hudson.FilePath presentWorkingDirectory,
hudson.util.ArgumentListBuilder command)
This method starts a process and will not return control until
either the process is complete or the process is interrupted.
|
hudson.FilePath getBuildFolder()
hudson.FilePath getWorkspace()
int waitForProcess(hudson.FilePath presentWorkingDirectory, hudson.util.ArgumentListBuilder command)
void log(java.lang.String message)