public class ScreenRecorderBuildWrapper extends hudson.tasks.BuildWrapper implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ScreenRecorderBuildWrapper.DescriptorImpl |
| Constructor and Description |
|---|
ScreenRecorderBuildWrapper(String ffmpegCommand,
Boolean failJobIfFailed) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getFailJobIfFailed() |
String |
getFfmpegCommand() |
String |
getOutVideoFileName() |
void |
setFailJobIfFailed(Boolean failJobIfFailed) |
void |
setFfmpegCommand(String ffmpegCommand) |
void |
setOutVideoFileName(String outFileName) |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher_,
hudson.model.BuildListener listener) |
public Boolean getFailJobIfFailed()
public String getOutVideoFileName()
public void setOutVideoFileName(String outFileName)
public void setFailJobIfFailed(Boolean failJobIfFailed)
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher_,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
setUp in class hudson.tasks.BuildWrapperIOExceptionInterruptedExceptionpublic String getFfmpegCommand()
public void setFfmpegCommand(String ffmpegCommand)
Copyright © 2016–2020. All rights reserved.