Uses of Class
jenkins.scm.api.SCMFileSystem
-
Uses of SCMFileSystem in jenkins.scm.api
Modifier and TypeMethodDescriptionSCMFileSystem.Builder.build
(Item owner, SCM scm, SCMRevision rev) Given aSCM
this should try to build a correspondingSCMFileSystem
instance that reflects the content at the specifiedSCMRevision
.SCMFileSystem.Builder.build
(Item owner, SCM scm, SCMRevision rev, Run<?, ?> _build) Given aSCM
this should try to build a correspondingSCMFileSystem
instance that reflects the content at the specifiedSCMRevision
.SCMFileSystem.Builder.build
(SCMSource source, SCMHead head, SCMRevision rev) Given aSCMSource
, aSCMHead
and aSCMRevision
this method should try to build a correspondingSCMFileSystem
instance that reflects the content of the specifiedSCMHead
at the specifiedSCMRevision
.static SCMFileSystem
Given aSCM
this method will try to retrieve a correspondingSCMFileSystem
instance.static SCMFileSystem
SCMFileSystem.of
(Item owner, SCM scm, SCMRevision rev) Given aSCM
this method will try to retrieve a correspondingSCMFileSystem
instance that reflects the content at the specifiedSCMRevision
.static SCMFileSystem
SCMFileSystem.of
(Item owner, SCM scm, SCMRevision rev, Run<?, ?> build) Given aSCM
this method will try to retrieve a correspondingSCMFileSystem
instance that reflects the content at the specifiedSCMRevision
.static SCMFileSystem
Given aSCMSource
and aSCMHead
this method will try to retrieve a correspondingSCMFileSystem
instance that reflects the content of the specifiedSCMHead
.static SCMFileSystem
SCMFileSystem.of
(SCMSource source, SCMHead head, SCMRevision rev) Given aSCMSource
, aSCMHead
and aSCMRevision
this method will try to retrieve a correspondingSCMFileSystem
instance that reflects the content of the specifiedSCMHead
at the specifiedSCMRevision
.