Uses of Class
io.jenkins.plugins.trunk.model.event.ImmutableActivityPayloadForm
-
Uses of ImmutableActivityPayloadForm in io.jenkins.plugins.trunk.model.event
Modifier and TypeMethodDescriptionImmutableActivityPayloadForm.Builder.build()
Builds a newImmutableActivityPayloadForm
.static ImmutableActivityPayloadForm
ImmutableActivityPayloadForm.copyOf
(ActivityPayloadForm instance) Creates an immutable copy of aActivityPayloadForm
value.ImmutableActivityPayloadForm.withMetrics
(ActivityMetricForm... elements) Copy the current immutable object with elements that replace the content ofmetrics
.ImmutableActivityPayloadForm.withMetrics
(Iterable<? extends ActivityMetricForm> elements) Copy the current immutable object with elements that replace the content ofmetrics
.ImmutableActivityPayloadForm.withTags
(ActivityTagForm... elements) Copy the current immutable object with elements that replace the content oftags
.ImmutableActivityPayloadForm.withTags
(Iterable<? extends ActivityTagForm> elements) Copy the current immutable object with elements that replace the content oftags
.ImmutableActivityPayloadForm.withTimestamps
(ActivityTimestampForm... elements) Copy the current immutable object with elements that replace the content oftimestamps
.ImmutableActivityPayloadForm.withTimestamps
(Iterable<? extends ActivityTimestampForm> elements) Copy the current immutable object with elements that replace the content oftimestamps
.