Uses of Class
jenkins.scm.api.SCMFileSystem
Packages that use SCMFileSystem
-
Uses of SCMFileSystem in jenkins.scm.api
Methods in jenkins.scm.api that return SCMFileSystemModifier and TypeMethodDescriptionSCMFileSystem.Builder.build(Item owner, SCM scm, SCMRevision rev) Given aSCMthis should try to build a correspondingSCMFileSysteminstance that reflects the content at the specifiedSCMRevision.SCMFileSystem.Builder.build(Item owner, SCM scm, SCMRevision rev, Run<?, ?> _build) Given aSCMthis should try to build a correspondingSCMFileSysteminstance that reflects the content at the specifiedSCMRevision.SCMFileSystem.Builder.build(SCMSource source, SCMHead head, SCMRevision rev) Given aSCMSource, aSCMHeadand aSCMRevisionthis method should try to build a correspondingSCMFileSysteminstance that reflects the content of the specifiedSCMHeadat the specifiedSCMRevision.static SCMFileSystemGiven aSCMthis method will try to retrieve a correspondingSCMFileSysteminstance.static SCMFileSystemSCMFileSystem.of(Item owner, SCM scm, SCMRevision rev) Given aSCMthis method will try to retrieve a correspondingSCMFileSysteminstance that reflects the content at the specifiedSCMRevision.static SCMFileSystemSCMFileSystem.of(Item owner, SCM scm, SCMRevision rev, Run<?, ?> build) Given aSCMthis method will try to retrieve a correspondingSCMFileSysteminstance that reflects the content at the specifiedSCMRevision.static SCMFileSystemGiven aSCMSourceand aSCMHeadthis method will try to retrieve a correspondingSCMFileSysteminstance that reflects the content of the specifiedSCMHead.static SCMFileSystemSCMFileSystem.of(SCMSource source, SCMHead head, SCMRevision rev) Given aSCMSource, aSCMHeadand aSCMRevisionthis method will try to retrieve a correspondingSCMFileSysteminstance that reflects the content of the specifiedSCMHeadat the specifiedSCMRevision.