Creates FileSystemWrappers
Type Params | Return Type | Name and description |
---|---|---|
|
static FileSystemWrapper |
create(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner, hudson.scm.SCM scm = null) Creates a FileSystemWrapper. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Creates a FileSystemWrapper. Can either be provided an SCM directly or try to infer the SCM from the current job
owner
- the current runscm
- an optionally provided SCM