public class TouchStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
TouchStep.DescriptorImpl |
static class |
TouchStep.ExecutionImpl
The execution of
TouchStep. |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile()
The file to touch.
|
Long |
getTimestamp()
Optional timestamp to set
|
void |
setTimestamp(Long timestamp)
Optional timestamp to set
|
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundConstructor public TouchStep(String file) throws hudson.model.Descriptor.FormException
hudson.model.Descriptor.FormExceptionCopyright © 2016–2020. All rights reserved.