Package com.cloudogu.scmmanager
Class ScmV2NotifierProvider
java.lang.Object
com.cloudogu.scmmanager.ScmV2NotifierProvider
- 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
-
ScmV2NotifierProvider
public ScmV2NotifierProvider()
-
-
Method Details
-
setAuthenticationFactory
@Inject public void setAuthenticationFactory(com.cloudogu.scmmanager.AuthenticationFactory authenticationFactory) -
get
public Optional<ScmV2Notifier> get(Run<?, ?> run, JobInformation information) throws MalformedURLException- Specified by:
get
in interfaceNotifierProvider
- Throws:
MalformedURLException
-