Class ExecutionStatus


  • public final class ExecutionStatus
    extends Object
    Execution status.
    • Method Detail

      • isNew

        public boolean isNew()
        Indicate if the execution state is STATE_NEW.
        Returns:
        true if the state is STATE_NEW, false otherwise
      • isDiff

        public boolean isDiff()
        Indicate if the execution state is STATE_DIFF.
        Returns:
        true if the state is STATE_DIFF, false otherwise
      • isCached

        public boolean isCached()
        Indicate if the execution state is STATE_CACHED.
        Returns:
        true if the state is STATE_CACHED, false otherwise
      • diffs

        public io.helidon.build.cache.ConfigDiffs diffs()
        Get the diffs if the execution state is STATE_DIFF.
        Returns:
        diffs, may be null
      • execution

        public io.helidon.build.cache.ExecutionEntry execution()
        Get the execution.
        Returns:
        execution, never null