Class SlackSnapshot
java.lang.Object
io.jenkins.plugins.changeinvestigator.slack.message.SlackSnapshot
Bounded notification projection of existing BCI evidence, independent of AI interpretation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SlackSnapshotstatic Stringstatic SlackSnapshotgetAi()intintvoidincludeAi(SlackSnapshot current) booleanstatic StringvoidsetFirstBad(int value) voidsetMaterial(String value) toJson()static StringtrustedBuildUrl(Run<?, ?> run)
-
Constructor Details
-
SlackSnapshot
public SlackSnapshot()
-
-
Method Details
-
getLastGood
public int getLastGood() -
getFirstBad
public int getFirstBad() -
getSignature
-
getMaterial
-
getAuthor
-
getAi
-
getAiScope
-
getSource
-
isAiPending
public boolean isAiPending() -
setFirstBad
public void setFirstBad(int value) -
setMaterial
-
includeAi
-
capture
- Throws:
IOException
-
trustedBuildUrl
-
safe
-
digest
-
toJson
- Throws:
IOException
-
fromJson
- Throws:
IOException
-