Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for IvyContext (0.17 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/DefaultIvyContextManager.java

                try {
                    return action.transform(IvyContext.getContext().getIvy());
                } finally {
                    depth.set(currentDepth);
                }
            }
    
            IvyContext.pushNewContext();
            try {
                depth.set(1);
                try {
                    Ivy ivy = getIvy();
                    try {
                        IvyContext.getContext().setIvy(ivy);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/DefaultIvyContextManagerTest.groovy

    import org.apache.ivy.Ivy
    import org.apache.ivy.core.IvyContext
    import org.apache.ivy.plugins.resolver.DependencyResolver
    import org.gradle.api.Action
    import org.gradle.api.Transformer
    import org.gradle.test.fixtures.concurrent.ConcurrentSpec
    
    class DefaultIvyContextManagerTest extends ConcurrentSpec {
        final manager = new DefaultIvyContextManager()
    
        def setup() {
            IvyContext.currentStack.clear()
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  3. test-site/activator-launch-1.3.2.jar

    IvyContext getContext(); private static java.util.Stack getCurrentStack(); public static IvyContext pushNewContext(); public static IvyContext pushNewCopyContext(); public static IvyContext pushContext(IvyContext); public static IvyContext popContext(); public final org.apache.ivy.Ivy getIvy(); public final org.apache.ivy.Ivy peekIvy(); private org.apache.ivy.Ivy getDefaultIvy(); public final void setIvy(org.apache.ivy.Ivy); public final settings.IvySettings getSettings(); public final org.apache.ivy.p...
    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