Class BuildLogIndication

    • Constructor Detail

      • BuildLogIndication

        @DataBoundConstructor
        public BuildLogIndication​(String pattern)
        Standard constructor.
        Parameters:
        pattern - the string value to search for.
    • Method Detail

      • getReader

        public FailureReader getReader()
        Description copied from class: Indication
        Gets a FailureReader used for finding this indication.
        Specified by:
        getReader in class Indication
        Returns:
        a FailureReader.
      • getPattern

        public Pattern getPattern()
        Description copied from class: Indication
        Getter for the pattern to match. The compiled pattern may not be identical to the pattern provided by the user.
        Specified by:
        getPattern in class Indication
        Returns:
        the pattern to match.