Interface TagFilter.Builder

    • Method Detail

      • tag

        TagFilter.Builder tag​(String tag)

        Specifies the tag that must be associated with the execution for it to meet the filter criteria.

        Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

        Parameters:
        tag - Specifies the tag that must be associated with the execution for it to meet the filter criteria.

        Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

        Returns:
        Returns a reference to this object so that method calls can be chained together.