Class GitHubPluginRepoProvider2
java.lang.Object
hudson.model.AbstractDescribableImpl<GitHubRepoProvider2>
com.github.kostyasha.github.integration.multibranch.repoprovider.GitHubRepoProvider2
com.github.kostyasha.github.integration.multibranch.repoprovider.GitHubPluginRepoProvider2
- All Implemented Interfaces:
ExtensionPoint,Describable<GitHubRepoProvider2>
- Author:
- Kanstantsin Shautsou
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class com.github.kostyasha.github.integration.multibranch.repoprovider.GitHubRepoProvider2
GitHubRepoProvider2.GitHubRepoProviderDescriptor2Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kohsuke.github.GHRepositorygetGHRepository(GitHubSCMSource source) org.kohsuke.github.GitHubgetGitHub(GitHubSCMSource source) booleanbooleanbooleanisManageHooks(GitHubSCMSource source) protected ObjectvoidregisterHookFor(GitHubSCMSource source) voidsetCacheConnection(boolean cacheConnection) voidsetManageHooks(boolean manageHooks) voidsetRepoPermission(GHPermission repoPermission)
-
Field Details
-
cacheConnection
-
-
Constructor Details
-
GitHubPluginRepoProvider2
@DataBoundConstructor public GitHubPluginRepoProvider2()
-
-
Method Details
-
isCacheConnection
public boolean isCacheConnection() -
setCacheConnection
@DataBoundSetter public void setCacheConnection(boolean cacheConnection) -
isManageHooks
public boolean isManageHooks() -
setManageHooks
@DataBoundSetter public void setManageHooks(boolean manageHooks) -
getRepoPermission
-
setRepoPermission
-
registerHookFor
- Specified by:
registerHookForin classGitHubRepoProvider2
-
isManageHooks
- Specified by:
isManageHooksin classGitHubRepoProvider2
-
getGitHub
- Specified by:
getGitHubin classGitHubRepoProvider2
-
getGHRepository
- Specified by:
getGHRepositoryin classGitHubRepoProvider2
-
readResolve
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<GitHubRepoProvider2>- Overrides:
getDescriptorin classAbstractDescribableImpl<GitHubRepoProvider2>
-