public class Workspace extends Object
Constructor and Description |
---|
Workspace(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
Modifier and Type | Method and Description |
---|---|
String |
getLogId() |
hudson.FilePath |
getMasterHtmlXFilePath() |
hudson.FilePath |
getMasterLogDirectory() |
hudson.FilePath |
getMasterLogXFilePath() |
hudson.FilePath |
getMasterMHTFilePath() |
hudson.FilePath |
getSlaveErrorFilePath() |
hudson.FilePath |
getSlaveExitCodeFilePath() |
hudson.FilePath |
getSlaveHtmlXFilePath() |
hudson.FilePath |
getSlaveLogXFilePath() |
hudson.FilePath |
getSlaveMHTFilePath() |
hudson.FilePath |
getSlaveWorkspacePath() |
public Workspace(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws IOException, InterruptedException
IOException
InterruptedException
public hudson.FilePath getSlaveWorkspacePath()
public String getLogId()
public hudson.FilePath getSlaveLogXFilePath()
public hudson.FilePath getSlaveHtmlXFilePath()
public hudson.FilePath getMasterLogXFilePath()
public hudson.FilePath getMasterHtmlXFilePath()
public hudson.FilePath getSlaveErrorFilePath()
public hudson.FilePath getSlaveExitCodeFilePath()
public hudson.FilePath getSlaveMHTFilePath()
public hudson.FilePath getMasterMHTFilePath()
public hudson.FilePath getMasterLogDirectory()
Copyright © 2016–2017. All rights reserved.