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 totimestampslist.ImmutableActivityPayloadForm.Builder.addTimestamps(ActivityTimestampForm... elements) Adds elements totimestampslist.ImmutableActivityTimestampForm.copyOf(ActivityTimestampForm instance) Creates an immutable copy of aActivityTimestampFormvalue.ImmutableActivityTimestampForm.Builder.from(ActivityTimestampForm instance) Fill a builder with attribute values from the providedActivityTimestampForminstance.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 totimestampslist.ImmutableActivityPayloadForm.Builder.timestamps(Iterable<? extends ActivityTimestampForm> elements) Sets or replaces all elements fortimestampslist.ImmutableActivityPayloadForm.withTimestamps(Iterable<? extends ActivityTimestampForm> elements) Copy the current immutable object with elements that replace the content oftimestamps.