Interface IScopeSelector<T>


public interface IScopeSelector<T>
Each instance can be used only once.
Since:
3.9.2
  • Method Summary

    Modifier and Type
    Method
    Description
    forProject(String projectId)
     
     
  • Method Details

    • forProject

      @NotNull T forProject(@Nullable String projectId)
      Parameters:
      projectId - - null means global
    • global

      @NotNull T global()