Uses of Interface
io.jenkins.plugins.trunk.model.event.ActivityTimestampForm
Packages that use ActivityTimestampForm
-
Uses of ActivityTimestampForm in io.jenkins.plugins.trunk.model.event
Classes in io.jenkins.plugins.trunk.model.event that implement ActivityTimestampFormMethods in io.jenkins.plugins.trunk.model.event that return ActivityTimestampFormMethods in io.jenkins.plugins.trunk.model.event that return types with arguments of type ActivityTimestampFormModifier and TypeMethodDescriptionActivityPayloadForm.timestamps()
com.google.common.collect.ImmutableList<ActivityTimestampForm>
ImmutableActivityPayloadForm.timestamps()
Methods in io.jenkins.plugins.trunk.model.event with parameters of type ActivityTimestampFormModifier 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
.Method parameters in io.jenkins.plugins.trunk.model.event with type arguments of type ActivityTimestampFormModifier 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
.