Package com.cloudogu.scmmanager
Class ScmV2SshNotifierProvider
java.lang.Object
com.cloudogu.scmmanager.ScmV2SshNotifierProvider
- All Implemented Interfaces:
NotifierProvider
,ExtensionPoint
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget
(Run<?, ?> run, JobInformation information) void
setAuthenticationFactory
(com.cloudogu.scmmanager.AuthenticationFactory authenticationFactory)
-
Constructor Details
-
ScmV2SshNotifierProvider
public ScmV2SshNotifierProvider()
-
-
Method Details
-
setAuthenticationFactory
@Inject public void setAuthenticationFactory(com.cloudogu.scmmanager.AuthenticationFactory authenticationFactory) -
get
- Specified by:
get
in interfaceNotifierProvider
-