Uses of Record Class
io.jenkins.plugins.changeinvestigator.slack.transport.SlackRoute
Packages that use SlackRoute
-
Uses of SlackRoute in io.jenkins.plugins.changeinvestigator.slack.transport
Methods in io.jenkins.plugins.changeinvestigator.slack.transport that return SlackRouteModifier and TypeMethodDescriptionConnectionResult.route()Returns the value of therouterecord component.Methods in io.jenkins.plugins.changeinvestigator.slack.transport with parameters of type SlackRouteModifier and TypeMethodDescriptionSlackTransport.post(String credentialId, SlackRoute route, String frozenPayload, String threadTs, String clientMessageId) booleanSlackTransport.verifyMappedUser(String credentialId, SlackRoute route, String userId) Delivery-time guard for an explicitly mapped member and the episode's resolved workspace.Constructors in io.jenkins.plugins.changeinvestigator.slack.transport with parameters of type SlackRouteModifierConstructorDescriptionConnectionResult(boolean success, String safeMessage, String workspaceName, String channelName, SlackRoute route) ConnectionResult(boolean success, String safeMessage, String workspaceName, String channelName, SlackRoute route, long retryAfterSeconds) ConnectionResult(boolean success, String safeMessage, String workspaceName, String channelName, SlackRoute route, long retryAfterSeconds, String authenticationDigest) Creates an instance of aConnectionResultrecord class.