Package com.pulumi.automation
Class StackSummary
java.lang.Object
com.pulumi.automation.StackSummary
Information about a stack.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether the stack is the currently selected stack.booleanReturns whether an update is currently in progress for the stack.Returns the time of the last update to the stack.name()Returns the name of the stack.Returns the number of resources in the stack.url()Returns the URL of the stack.
-
Method Details
-
name
Returns the name of the stack.- Returns:
- the name
-
isCurrent
public boolean isCurrent()Returns whether the stack is the currently selected stack.- Returns:
- true if the stack is the currently selected stack
-
lastUpdate
Returns the time of the last update to the stack.- Returns:
- the time of the last update
-
isUpdateInProgress
public boolean isUpdateInProgress()Returns whether an update is currently in progress for the stack.- Returns:
- true if an update is in progress
-
resourceCount
Returns the number of resources in the stack.- Returns:
- the number of resources
-
url
Returns the URL of the stack.- Returns:
- the URL
-