Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for getTriggers (0.21 sec)

  1. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/continuous/MultiProjectContinuousIntegrationTest.groovy

            // MacOS builds with Intel machines can be too fast on CI and
            // changes generated during build are picked up only after the build which retriggers the build
            // Fix for issue: https://github.com/gradle/gradle-private/issues/3728
            if (TestPrecondition.satisfied(UnitTestPreconditions.MacOs) && TestPrecondition.notSatisfied(UnitTestPreconditions.MacOsM1)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 6K bytes
    - Viewed (0)
  2. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/continuous/SimpleJavaContinuousIntegrationTest.groovy

            then:
            succeeds("build")
    
            when:
            file("src/main/java/foo").createDir()
    
            then:
            succeeds("build")
        }
    
        def "after compilation failure, fixing file retriggers build"() {
            when:
            def sourceFile = file("src/main/java/Thing.java") << "class Thing {} /* broken compile "
    
            then:
            fails("build")
    
            when:
            sourceFile << "*/"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  3. pkg/controller/replicaset/replica_set.go

    	// replica sets stalling indefinitely. Enqueueing every time
    	// does result in some spurious syncs (like when Status.Replica
    	// is updated and the watch notification from it retriggers
    	// this function), but in general extra resyncs shouldn't be
    	// that bad as ReplicaSets that haven't met expectations yet won't
    	// sync, and all the listing is done using local stores.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  4. test-site/activator-launch-1.3.2.jar

    pache.ivy.core.cache.RepositoryCacheManag); public final org.apache.ivy.core.cache.ResolutionCacheManag getResolutionCacheMa(); public final void setResolutionCacheMa(org.apache.ivy.core.cache.ResolutionCacheManag); public final java.util.List getTriggers(); public final void setUseRemoteConfig(boolean); public final boolean logModulesInUse(); public final boolean logModuleWhenFound(); public final boolean logResolvedRevision(); public final boolean debugConflictResolut(); private void init(Object);...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top