Class ActionState

    • Method Detail

      • actionName

        public final String actionName()

        The name of the action.

        Returns:
        The name of the action.
      • currentRevision

        public final ActionRevision currentRevision()

        Represents information about the version (or revision) of an action.

        Returns:
        Represents information about the version (or revision) of an action.
      • latestExecution

        public final ActionExecution latestExecution()

        Represents information about the run of an action.

        Returns:
        Represents information about the run of an action.
      • entityUrl

        public final String entityUrl()

        A URL link for more information about the state of the action, such as a deployment group details page.

        Returns:
        A URL link for more information about the state of the action, such as a deployment group details page.
      • revisionUrl

        public final String revisionUrl()

        A URL link for more information about the revision, such as a commit details page.

        Returns:
        A URL link for more information about the revision, such as a commit details page.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)