Class Condition

    • Method Detail

      • jobName

        public final String jobName()

        The name of the job whose JobRuns this condition applies to, and on which this trigger waits.

        Returns:
        The name of the job whose JobRuns this condition applies to, and on which this trigger waits.
      • state

        public final JobRunState state()

        The condition state. Currently, the only job states that a trigger can listen for are SUCCEEDED, STOPPED, FAILED, and TIMEOUT. The only crawler states that a trigger can listen for are SUCCEEDED, FAILED, and CANCELLED.

        If the service returns an enum value that is not available in the current SDK version, state will return JobRunState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from stateAsString().

        Returns:
        The condition state. Currently, the only job states that a trigger can listen for are SUCCEEDED, STOPPED, FAILED, and TIMEOUT. The only crawler states that a trigger can listen for are SUCCEEDED, FAILED, and CANCELLED.
        See Also:
        JobRunState
      • stateAsString

        public final String stateAsString()

        The condition state. Currently, the only job states that a trigger can listen for are SUCCEEDED, STOPPED, FAILED, and TIMEOUT. The only crawler states that a trigger can listen for are SUCCEEDED, FAILED, and CANCELLED.

        If the service returns an enum value that is not available in the current SDK version, state will return JobRunState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from stateAsString().

        Returns:
        The condition state. Currently, the only job states that a trigger can listen for are SUCCEEDED, STOPPED, FAILED, and TIMEOUT. The only crawler states that a trigger can listen for are SUCCEEDED, FAILED, and CANCELLED.
        See Also:
        JobRunState
      • crawlerName

        public final String crawlerName()

        The name of the crawler to which this condition applies.

        Returns:
        The name of the crawler to which this condition applies.
      • crawlState

        public final CrawlState crawlState()

        The state of the crawler to which this condition applies.

        If the service returns an enum value that is not available in the current SDK version, crawlState will return CrawlState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from crawlStateAsString().

        Returns:
        The state of the crawler to which this condition applies.
        See Also:
        CrawlState
      • crawlStateAsString

        public final String crawlStateAsString()

        The state of the crawler to which this condition applies.

        If the service returns an enum value that is not available in the current SDK version, crawlState will return CrawlState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from crawlStateAsString().

        Returns:
        The state of the crawler to which this condition applies.
        See Also:
        CrawlState
      • 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)