Class AdaptiveCard
java.lang.Object
jenkins.plugins.office365connector.model.adaptivecard.AdaptiveCard
- All Implemented Interfaces:
Card
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBody()
getType()
void
setAction
(List<CardAction> actions) void
setThemeColor
(String cardThemeColor) toPaylod()
-
Constructor Details
-
AdaptiveCard
-
-
Method Details
-
getType
-
getSchema
-
getVersion
-
getMsTeams
-
getBody
-
getActions
-
toPaylod
-
setAction
-
setThemeColor
- Specified by:
setThemeColor
in interfaceCard
-
getSummary
- Specified by:
getSummary
in interfaceCard
-
getSections
- Specified by:
getSections
in interfaceCard
-
getThemeColor
- Specified by:
getThemeColor
in interfaceCard
-