public class Workspace extends Object
| Constructor and Description |
|---|
Workspace(hudson.model.Run<?,?> run,
hudson.FilePath filePath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLogId() |
hudson.FilePath |
getMasterLogDirectory() |
hudson.FilePath |
getMasterMHTFilePath() |
hudson.FilePath |
getMasterPDFFilePath() |
hudson.FilePath |
getMasterZIPFilePath() |
hudson.FilePath |
getSlaveErrorFilePath() |
hudson.FilePath |
getSlaveMHTFilePath() |
hudson.FilePath |
getSlavePDFFilePath() |
hudson.FilePath |
getSlaveWorkspacePath() |
hudson.FilePath |
getSlaveZIPFilePath() |
public Workspace(hudson.model.Run<?,?> run,
hudson.FilePath filePath)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic hudson.FilePath getSlaveWorkspacePath()
public String getLogId()
public hudson.FilePath getSlaveZIPFilePath()
public hudson.FilePath getSlavePDFFilePath()
public hudson.FilePath getSlaveMHTFilePath()
public hudson.FilePath getMasterZIPFilePath()
public hudson.FilePath getMasterPDFFilePath()
public hudson.FilePath getMasterMHTFilePath()
public hudson.FilePath getSlaveErrorFilePath()
public hudson.FilePath getMasterLogDirectory()
Copyright © 2016–2018. All rights reserved.