Interface UuidChecker

  • All Known Implementing Classes:
    UuidCheckerImpl

    public interface UuidChecker
    Checks whether an existing uuid can be used in config
    • Method Detail

      • canUseBuildUuid

        boolean canUseBuildUuid​(@NotNull
                                File configFile,
                                @NotNull
                                String uuid)
      • canUseVcsRootUuid

        boolean canUseVcsRootUuid​(@NotNull
                                  File configFile,
                                  @NotNull
                                  String uuid)
      • canUseProjectUuid

        boolean canUseProjectUuid​(@NotNull
                                  File configFile,
                                  @NotNull
                                  String uuid)