Uses of Class
io.jenkins.plugins.trunk.model.event.ImmutableActivityEventForm
Packages that use ImmutableActivityEventForm
- 
Uses of ImmutableActivityEventForm in io.jenkins.plugins.trunk.model.event
Methods in io.jenkins.plugins.trunk.model.event that return ImmutableActivityEventFormModifier and TypeMethodDescriptionImmutableActivityEventForm.Builder.build()Builds a newImmutableActivityEventForm.static ImmutableActivityEventFormImmutableActivityEventForm.copyOf(ActivityEventForm instance) Creates an immutable copy of aActivityEventFormvalue.ImmutableActivityEventForm.withChainId(String value) Copy the current immutable object by setting a value for thechainIdattribute.ImmutableActivityEventForm.withConclusion(ActivityConclusion value) Copy the current immutable object by setting a value for theconclusionattribute.ImmutableActivityEventForm.withCreatedAt(Long value) Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutableActivityEventForm.withFinishedAt(Long value) Copy the current immutable object by setting a value for thefinishedAtattribute.Copy the current immutable object by setting a value for theidattribute.ImmutableActivityEventForm.withOrigin(String value) Copy the current immutable object by setting a value for theoriginattribute.ImmutableActivityEventForm.withParent(ActivityEventParent value) Copy the current immutable object by setting a value for theparentattribute.ImmutableActivityEventForm.withPayload(ActivityPayloadForm value) Copy the current immutable object by setting a value for thepayloadattribute.ImmutableActivityEventForm.withSequence(SequenceForm value) Copy the current immutable object by setting a value for thesequenceattribute.