Interface GitTagFilterCriteria.Builder

    • Method Detail

      • includes

        GitTagFilterCriteria.Builder includes​(Collection<String> includes)

        The list of patterns of Git tags that, when pushed, are to be included as criteria that starts the pipeline.

        Parameters:
        includes - The list of patterns of Git tags that, when pushed, are to be included as criteria that starts the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includes

        GitTagFilterCriteria.Builder includes​(String... includes)

        The list of patterns of Git tags that, when pushed, are to be included as criteria that starts the pipeline.

        Parameters:
        includes - The list of patterns of Git tags that, when pushed, are to be included as criteria that starts the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • excludes

        GitTagFilterCriteria.Builder excludes​(Collection<String> excludes)

        The list of patterns of Git tags that, when pushed, are to be excluded from starting the pipeline.

        Parameters:
        excludes - The list of patterns of Git tags that, when pushed, are to be excluded from starting the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • excludes

        GitTagFilterCriteria.Builder excludes​(String... excludes)

        The list of patterns of Git tags that, when pushed, are to be excluded from starting the pipeline.

        Parameters:
        excludes - The list of patterns of Git tags that, when pushed, are to be excluded from starting the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.