Package | Description |
---|---|
org.jenkinsci.plugins.p4.credentials |
Modifier and Type | Method and Description |
---|---|
TrustImpl |
P4Credentials.getSsl() |
TrustImpl |
P4BaseCredentials.getSsl() |
Constructor and Description |
---|
P4BaseCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String p4port,
TrustImpl ssl,
String username,
String retry,
String timeout,
String p4host)
Constructor.
|
P4PasswordImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String p4port,
TrustImpl ssl,
String username,
String retry,
String timeout,
String p4host,
String password) |
P4TicketImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String p4port,
TrustImpl ssl,
String username,
String retry,
String timeout,
String p4host,
TicketModeImpl ticket) |
Copyright © 2016–2022. All rights reserved.