Uses of Class
io.jenkins.plugins.trunk.model.event.ImmutableActivityEventForm
-
Uses of ImmutableActivityEventForm in io.jenkins.plugins.trunk.model.event
Modifier and TypeMethodDescriptionImmutableActivityEventForm.Builder.build()
Builds a newImmutableActivityEventForm
.static ImmutableActivityEventForm
ImmutableActivityEventForm.copyOf
(ActivityEventForm instance) Creates an immutable copy of aActivityEventForm
value.ImmutableActivityEventForm.withChainId
(String value) Copy the current immutable object by setting a value for thechainId
attribute.ImmutableActivityEventForm.withConclusion
(ActivityConclusion value) Copy the current immutable object by setting a value for theconclusion
attribute.ImmutableActivityEventForm.withCreatedAt
(Long value) Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutableActivityEventForm.withFinishedAt
(Long value) Copy the current immutable object by setting a value for thefinishedAt
attribute.Copy the current immutable object by setting a value for theid
attribute.ImmutableActivityEventForm.withOrigin
(String value) Copy the current immutable object by setting a value for theorigin
attribute.ImmutableActivityEventForm.withParent
(ActivityEventParent value) Copy the current immutable object by setting a value for theparent
attribute.ImmutableActivityEventForm.withPayload
(ActivityPayloadForm value) Copy the current immutable object by setting a value for thepayload
attribute.ImmutableActivityEventForm.withSequence
(SequenceForm value) Copy the current immutable object by setting a value for thesequence
attribute.