Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for DefaultPasswordCredentials (0.56 sec)

  1. platforms/software/resources-sftp/src/test/groovy/org/gradle/internal/resource/transport/sftp/SftpClientFactoryTest.groovy

            URI uri1 = new URI('http://localhost:22/repo1')
            URI uri2 = new URI('http://localhost:22/repo2')
            PasswordCredentials credentials1 = new DefaultPasswordCredentials('sftp1', 'sftp1')
            PasswordCredentials credentials2 = new DefaultPasswordCredentials('sftp2', 'sftp2')
    
            when:
            LockableSftpClient client1 = sftpClientFactory.createSftpClient(uri1, credentials1)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheIvyPublishIntegrationTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.internal.cc.impl
    
    import org.gradle.api.credentials.PasswordCredentials
    import org.gradle.internal.credentials.DefaultPasswordCredentials
    import org.gradle.test.fixtures.ivy.IvyRepository
    import org.gradle.test.fixtures.server.http.HttpServer
    import org.gradle.test.fixtures.server.http.IvyHttpRepository
    import org.gradle.util.internal.GUtil
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheMavenPublishIntegrationTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.internal.cc.impl
    
    import org.gradle.api.credentials.PasswordCredentials
    import org.gradle.internal.credentials.DefaultPasswordCredentials
    import org.gradle.test.fixtures.server.http.HttpServer
    import org.gradle.test.fixtures.server.http.MavenHttpRepository
    import org.gradle.util.internal.GUtil
    import org.junit.Rule
    import spock.lang.Ignore
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  4. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishHttpIntegTest.groovy

    import org.gradle.integtests.fixtures.executer.GradleContextualExecuter
    import org.gradle.integtests.fixtures.publish.maven.AbstractMavenPublishIntegTest
    import org.gradle.internal.credentials.DefaultPasswordCredentials
    import org.gradle.test.fixtures.server.http.AuthScheme
    import org.gradle.test.fixtures.server.http.HttpServer
    import org.gradle.test.fixtures.server.http.MavenHttpModule
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  5. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishHttpIntegTest.groovy

    import org.gradle.integtests.fixtures.UnsupportedWithConfigurationCache
    import org.gradle.integtests.fixtures.executer.ProgressLoggingFixture
    import org.gradle.internal.credentials.DefaultPasswordCredentials
    import org.gradle.test.fixtures.file.TestFile
    import org.gradle.test.fixtures.ivy.IvyFileRepository
    import org.gradle.test.fixtures.server.http.AuthScheme
    import org.gradle.test.fixtures.server.http.HttpServer
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 21.8K bytes
    - Viewed (0)
  6. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/server/http/HttpServer.groovy

    import com.google.gson.JsonElement
    import groovy.transform.CompileStatic
    import groovy.xml.MarkupBuilder
    import org.gradle.api.credentials.PasswordCredentials
    import org.gradle.internal.credentials.DefaultPasswordCredentials
    import org.gradle.internal.hash.Hashing
    import org.gradle.test.fixtures.server.ExpectOne
    import org.gradle.test.fixtures.server.ForbidOne
    import org.gradle.test.fixtures.server.OneRequestServerExpectation
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 32.3K bytes
    - Viewed (0)
Back to top