Class AsIsGitSCMFactory
java.lang.Object
hudson.model.AbstractDescribableImpl<GitHubSCMFactory>
com.github.kostyasha.github.integration.multibranch.scm.GitHubSCMFactory
com.github.kostyasha.github.integration.multibranch.scm.AsIsGitSCMFactory
- All Implemented Interfaces:
ExtensionPoint
,Describable<GitHubSCMFactory>
- Author:
- Kanstantsin Shautsou
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.github.kostyasha.github.integration.multibranch.scm.GitHubSCMFactory
GitHubSCMFactory.GitHubSCMFactoryDescriptor
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhudson.plugins.git.GitSCM
createScm
(GitHubSCMSource scmSource, jenkins.scm.api.SCMHead scmHead, jenkins.scm.api.SCMRevision scmRevision) hudson.plugins.git.GitSCM
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
AsIsGitSCMFactory
@DataBoundConstructor public AsIsGitSCMFactory(hudson.plugins.git.GitSCM gitSCM)
-
-
Method Details
-
getGitSCM
public hudson.plugins.git.GitSCM getGitSCM() -
createScm
public hudson.plugins.git.GitSCM createScm(GitHubSCMSource scmSource, jenkins.scm.api.SCMHead scmHead, jenkins.scm.api.SCMRevision scmRevision) - Specified by:
createScm
in classGitHubSCMFactory
-