public class FindFilesStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
FindFilesStep.DescriptorImpl |
| Constructor and Description |
|---|
FindFilesStep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGlob()
Pattern of files to include in the list.
|
void |
setGlob(String glob)
Pattern of files to include in the list.
|
public String getGlob()
@DataBoundSetter public void setGlob(String glob)
glob - the search patternCopyright © 2004-2016. All Rights Reserved.