Uses of Class
com.riadalabs.jira.plugins.insight.services.progress.model.ImmutableProgressState
Packages that use ImmutableProgressState
-
Uses of ImmutableProgressState in com.riadalabs.jira.plugins.insight.services.progress.model
Methods in com.riadalabs.jira.plugins.insight.services.progress.model that return ImmutableProgressStateModifier and TypeMethodDescriptionImmutableProgressState.Builder.build()
Builds a newImmutableProgressState
.static ImmutableProgressState
ImmutableProgressState.copyOf
(ProgressState instance) Creates an immutable copy of aProgressState
value.final ImmutableProgressState
Copy the current immutable object by setting a present value for the optionalended
attribute.final ImmutableProgressState
Copy the current immutable object by setting an optional value for theended
attribute.final ImmutableProgressState
ImmutableProgressState.withProgressId
(ProgressId value) Copy the current immutable object by setting a value for theprogressId
attribute.final ImmutableProgressState
ImmutableProgressState.withResult
(Result value) Copy the current immutable object by setting a value for theresult
attribute.final ImmutableProgressState
ImmutableProgressState.withStarted
(Instant value) Copy the current immutable object by setting a value for thestarted
attribute.