Klasse AutomationActionsInvocation.AutomationActionsInvocationBuilder
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.AutomationActionsInvocation.AutomationActionsInvocationBuilder
- Umschließende Klasse:
AutomationActionsInvocation
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungactionSnapshot(AutomationActionsInvocationAllOfActionSnapshot actionSnapshot) build()The duration of the invocation's execution time.a URL at which the entity is uniquely displayed in the Web appthe API show URL at which the object is accessibleprepared -- the invocation exists and can be referenced, but is NOT available to a Runner <br> created -- the invocation exists and is waiting for a Runner <br> sent -- invocation sent to a Runner <br> queued -- invocation queued by a Runner <br> running -- invocation is being ran by a Runner <br> aborted -- invocation was aborted on a Runner <br> completed -- invocation completed on a Runner <br> error -- invocation encountered an error on a RunnerA short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client.A list of state transitions with timestamps.toString()A string that determines the schema of the object.
-
Methodendetails
-
id
- Gibt zurück:
this.
-
summary
A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical toname, though it is not intended to be an identifier.- Gibt zurück:
this.
-
type
A string that determines the schema of the object. This must be the standard name for the entity, suffixed by_referenceif the object is a reference.- Gibt zurück:
this.
-
self
the API show URL at which the object is accessible- Gibt zurück:
this.
-
htmlUrl
a URL at which the entity is uniquely displayed in the Web app- Gibt zurück:
this.
-
actionSnapshot
public AutomationActionsInvocation.AutomationActionsInvocationBuilder actionSnapshot(AutomationActionsInvocationAllOfActionSnapshot actionSnapshot) - Gibt zurück:
this.
-
runnerId
- Gibt zurück:
this.
-
timing
public AutomationActionsInvocation.AutomationActionsInvocationBuilder timing(List<AutomationActionsInvocationAllOfTiming> timing) A list of state transitions with timestamps. Only the 'created' transition is guaranteed to exist at any time.- Gibt zurück:
this.
-
duration
The duration of the invocation's execution time.- Gibt zurück:
this.
-
state
public AutomationActionsInvocation.AutomationActionsInvocationBuilder state(AutomationActionsInvocation.StateEnum state) prepared -- the invocation exists and can be referenced, but is NOT available to a Runner <br> created -- the invocation exists and is waiting for a Runner <br> sent -- invocation sent to a Runner <br> queued -- invocation queued by a Runner <br> running -- invocation is being ran by a Runner <br> aborted -- invocation was aborted on a Runner <br> completed -- invocation completed on a Runner <br> error -- invocation encountered an error on a Runner- Gibt zurück:
this.
-
actionId
- Gibt zurück:
this.
-
metadata
public AutomationActionsInvocation.AutomationActionsInvocationBuilder metadata(AutomationActionsInvocationAllOfMetadata metadata) - Gibt zurück:
this.
-
build
-
toString
-