Class StepParameters
- java.lang.Object
-
- jenkins.plugins.office365connector.workflow.StepParameters
-
public class StepParameters extends Object
- Author:
- srhebbar
-
-
Constructor Summary
Constructors Constructor Description StepParameters(String message, String webhookUrl, String status, List<FactDefinition> factDefinitions, String color)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getColor()
List<FactDefinition>
getFactDefinitions()
String
getMessage()
String
getStatus()
String
getWebhookUrl()
-