|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjenkins.plugins.clangscanbuild.commands.BuildContextImpl
public class BuildContextImpl
| Constructor Summary | |
|---|---|
BuildContextImpl(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
|
|
| Method Summary | |
|---|---|
hudson.FilePath |
getBuildFolder()
Returns the FilePath of the current executing build |
hudson.Launcher.ProcStarter |
getProcStarter()
Returns a ProcStart which is pre-configured to log standard error and out to the build listener. |
hudson.FilePath |
getWorkspace()
Returns workspace location of current executing build |
void |
log(String message)
Logs a message to the build listener. |
int |
waitForProcess(hudson.Launcher.ProcStarter processStarter)
This method starts a process and will not return control until either the process is complete or the process is interrupted. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BuildContextImpl(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
| Method Detail |
|---|
public hudson.FilePath getWorkspace()
BuildContext
getWorkspace in interface BuildContextpublic int waitForProcess(hudson.Launcher.ProcStarter processStarter)
BuildContext
waitForProcess in interface BuildContextpublic void log(String message)
BuildContext
log in interface BuildContextpublic hudson.Launcher.ProcStarter getProcStarter()
BuildContext
getProcStarter in interface BuildContextpublic hudson.FilePath getBuildFolder()
BuildContext
getBuildFolder in interface BuildContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||