Uses of Interface
io.jenkins.plugins.trunk.model.event.ActivityTimestampForm
-
Uses of ActivityTimestampForm in io.jenkins.plugins.trunk.model.event
Modifier and TypeMethodDescriptionActivityPayloadForm.timestamps()
com.google.common.collect.ImmutableList<ActivityTimestampForm>
ImmutableActivityPayloadForm.timestamps()
Modifier and TypeMethodDescriptionImmutableActivityPayloadForm.Builder.addTimestamps
(ActivityTimestampForm element) Adds one element totimestamps
list.ImmutableActivityPayloadForm.Builder.addTimestamps
(ActivityTimestampForm... elements) Adds elements totimestamps
list.ImmutableActivityTimestampForm.copyOf
(ActivityTimestampForm instance) Creates an immutable copy of aActivityTimestampForm
value.ImmutableActivityTimestampForm.Builder.from
(ActivityTimestampForm instance) Fill a builder with attribute values from the providedActivityTimestampForm
instance.ImmutableActivityPayloadForm.withTimestamps
(ActivityTimestampForm... elements) Copy the current immutable object with elements that replace the content oftimestamps
.Modifier and TypeMethodDescriptionImmutableActivityPayloadForm.Builder.addAllTimestamps
(Iterable<? extends ActivityTimestampForm> elements) Adds elements totimestamps
list.ImmutableActivityPayloadForm.Builder.timestamps
(Iterable<? extends ActivityTimestampForm> elements) Sets or replaces all elements fortimestamps
list.ImmutableActivityPayloadForm.withTimestamps
(Iterable<? extends ActivityTimestampForm> elements) Copy the current immutable object with elements that replace the content oftimestamps
.