Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for checkInResult (0.12 sec)

  1. platforms/enterprise/enterprise/src/main/java/org/gradle/internal/enterprise/impl/DefaultGradleEnterprisePluginCheckInService.java

            manager.registerAdapter(adapter);
            return checkInResult(null, () -> ref);
        }
    
        private GradleEnterprisePluginCheckInResult checkInUnsupportedResult(String unsupportedMessage) {
            manager.unsupported();
            return checkInResult(unsupportedMessage, () -> {
                throw new IllegalStateException();
            });
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 13:28:46 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  2. src/test/java/jcifs/tests/WatchTest.java

                throws InterruptedException, ExecutionException, TimeoutException {
            boolean found = checkInResult(action, name, infos);
            if ( !found ) {
                // retry, the first watch may have already come back before the triggered change was active
                try {
                    setupWatch(w);
                    found = checkInResult(action, name, infos);
                }
                catch ( TimeoutException e ) {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 8.4K bytes
    - Viewed (0)
Back to top