public class FindFilesStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
FindFilesStep.DescriptorImpl |
| Constructor and Description |
|---|
FindFilesStep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExcludes()
Pattern of files to excludes in the list.
|
String |
getGlob()
Pattern of files to include in the list.
|
void |
setExcludes(String excludes) |
void |
setGlob(String glob)
Pattern of files to include in the list.
|
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
throws Exception
start in class org.jenkinsci.plugins.workflow.steps.StepExceptionpublic String getGlob()
@DataBoundSetter public void setGlob(String glob)
glob - the search patternpublic String getExcludes()
@DataBoundSetter public void setExcludes(String excludes)
Copyright © 2016–2020. All rights reserved.