Interface TimeFilter.Builder

    • Method Detail

      • after

        TimeFilter.Builder after​(String after)

        Filter to display command executions that started or completed only after a particular date and time.

        Parameters:
        after - Filter to display command executions that started or completed only after a particular date and time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • before

        TimeFilter.Builder before​(String before)

        Filter to display command executions that started or completed only before a particular date and time.

        Parameters:
        before - Filter to display command executions that started or completed only before a particular date and time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.