Class SlackMessageRenderer
java.lang.Object
io.jenkins.plugins.changeinvestigator.slack.message.SlackMessageRenderer
Slack-only presentation: untrusted evidence is always plain text, never mrkdwn.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stringinitial(SlackSnapshot s, String verifiedMappedUser) static Stringstatic Stringrecovery(SlackSnapshot previous, int successfulBuild, String coverage, String likelyChange, String successfulBuildUrl) static StringwithoutResponderMention(String frozenPayload, String frozenAuthor) Revoke only the responder mention without rebuilding frozen evidence or interpretation.
-
Method Details
-
withoutResponderMention
public static String withoutResponderMention(String frozenPayload, String frozenAuthor) throws IOException Revoke only the responder mention without rebuilding frozen evidence or interpretation.- Throws:
IOException
-
initial
- Throws:
IOException
-
material
- Throws:
IOException
-
recovery
public static String recovery(SlackSnapshot previous, int successfulBuild, String coverage, String likelyChange, String successfulBuildUrl) throws IOException - Throws:
IOException
-