Package | Description |
---|---|
com.riadalabs.jira.plugins.insight.services.progress.model |
Modifier and Type | Method and Description |
---|---|
ImmutableProgressState |
ImmutableProgressState.Builder.build()
Builds a new
ImmutableProgressState . |
static ImmutableProgressState |
ImmutableProgressState.copyOf(ProgressState instance)
Creates an immutable copy of a
ProgressState value. |
ImmutableProgressState |
ImmutableProgressState.withEnded(Instant value)
Copy the current immutable object by setting a present value for the optional
ended attribute. |
ImmutableProgressState |
ImmutableProgressState.withEnded(Optional<? extends Instant> optional)
Copy the current immutable object by setting an optional value for the
ended attribute. |
ImmutableProgressState |
ImmutableProgressState.withProgressId(ProgressId value)
Copy the current immutable object by setting a value for the
progressId attribute. |
ImmutableProgressState |
ImmutableProgressState.withResult(Result value)
Copy the current immutable object by setting a value for the
result attribute. |
ImmutableProgressState |
ImmutableProgressState.withStarted(Instant value)
Copy the current immutable object by setting a value for the
started attribute. |
Copyright © 2024 Atlassian. All rights reserved.