Class StackSummary

java.lang.Object
com.pulumi.automation.StackSummary

public class StackSummary extends Object
Information about a stack.
  • Method Details

    • name

      public String 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

      public Instant 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

      public Integer resourceCount()
      Returns the number of resources in the stack.
      Returns:
      the number of resources
    • url

      public String url()
      Returns the URL of the stack.
      Returns:
      the URL