Interface BuildSelector<T>


public interface BuildSelector<T>
Since:
3.9.0
  • Method Details

    • ids

      @NotNull T ids(@NotNull String projectId, @NotNull String id)
      Returns:
      the same instance to allow method chaining
    • reference

      @NotNull T reference(@NotNull BuildReference reference)
      Returns:
      the same instance to allow method chaining