|
||||||||||
| 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.FilePath |
getWorkspace()
Returns workspace location of current executing build |
void |
log(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. |
int |
waitForProcess(hudson.Launcher.ProcStarter processStarter)
|
| 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)
public void log(String message)
BuildContext
log in interface BuildContextpublic hudson.FilePath getBuildFolder()
BuildContext
getBuildFolder in interface BuildContext
public int waitForProcess(hudson.FilePath presentWorkingDirectory,
hudson.util.ArgumentListBuilder command)
BuildContext
waitForProcess in interface BuildContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||