Uses of Class
io.jenkins.plugins.trunk.model.event.ImmutableActivityEventForm.Builder
-
Uses of ImmutableActivityEventForm.Builder in io.jenkins.plugins.trunk.model.event
Modifier and TypeMethodDescriptionImmutableActivityEventForm.builder()
Creates a builder forImmutableActivityEventForm
.Initializes the value for thechainId
attribute.ImmutableActivityEventForm.Builder.conclusion
(ActivityConclusion conclusion) Initializes the value for theconclusion
attribute.Initializes the value for thecreatedAt
attribute.ImmutableActivityEventForm.Builder.finishedAt
(Long finishedAt) Initializes the value for thefinishedAt
attribute.ImmutableActivityEventForm.Builder.from
(ActivityEventForm instance) Fill a builder with attribute values from the providedActivityEventForm
instance.Initializes the value for theid
attribute.Initializes the value for theorigin
attribute.ImmutableActivityEventForm.Builder.parent
(ActivityEventParent parent) Initializes the value for theparent
attribute.ImmutableActivityEventForm.Builder.payload
(ActivityPayloadForm payload) Initializes the value for thepayload
attribute.ImmutableActivityEventForm.Builder.sequence
(SequenceForm sequence) Initializes the value for thesequence
attribute.