Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IvyGcsModule (0.17 sec)

  1. platforms/software/resources-gcs/src/integTest/groovy/org/gradle/integtests/resource/gcs/fixtures/IvyGcsModule.groovy

    import org.gradle.test.fixtures.ivy.RemoteIvyModule
    import org.gradle.test.fixtures.server.http.DelegatingIvyModule
    
    class IvyGcsModule extends DelegatingIvyModule<IvyGcsModule> implements RemoteIvyModule {
        IvyFileModule backingModule
        String bucket
        GcsServer server
        String repositoryPath
    
        IvyGcsModule(GcsServer server, IvyFileModule backingModule, String repositoryPath, String bucket) {
            super(backingModule)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  2. platforms/software/resources-gcs/src/integTest/groovy/org/gradle/integtests/resource/gcs/fixtures/IvyGcsRepository.groovy

        }
    
        @Override
        IvyGcsModule module(String organisation, String module) {
            return new IvyGcsModule(server, backingRepository.module(organisation, module), repositoryPath, bucket)
        }
    
        @Override
        IvyGcsModule module(String organisation, String module, String version) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 2.5K bytes
    - Viewed (0)
Back to top