Class Office365ConnectorWebhookNotifier
- java.lang.Object
-
- jenkins.plugins.office365connector.Office365ConnectorWebhookNotifier
-
public class Office365ConnectorWebhookNotifier extends Object
- Author:
- srhebbar
-
-
Constructor Summary
Constructors Constructor Description Office365ConnectorWebhookNotifier(Run run, TaskListener taskListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sendBuildCompletedNotification()
void
sendBuildStartedNotification(boolean isFromPreBuild)
void
sendBuildStepNotification(StepParameters stepParameters)
-
-
-
Constructor Detail
-
Office365ConnectorWebhookNotifier
public Office365ConnectorWebhookNotifier(Run run, TaskListener taskListener)
-
-
Method Detail
-
sendBuildStartedNotification
public void sendBuildStartedNotification(boolean isFromPreBuild)
-
sendBuildCompletedNotification
public void sendBuildCompletedNotification()
-
sendBuildStepNotification
public void sendBuildStepNotification(StepParameters stepParameters)
-
-