public class P4TicketImpl extends P4StandardCredentials
Modifier and Type | Class and Description |
---|---|
static class |
P4TicketImpl.DescriptorImpl |
com.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider
Constructor and Description |
---|
P4TicketImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String p4port,
TrustImpl ssl,
String username,
String retry,
TicketModeImpl ticket) |
Modifier and Type | Method and Description |
---|---|
String |
getTicketPath() |
String |
getTicketValue() |
boolean |
isTicketPathSet() |
boolean |
isTicketValueSet() |
equals, getDescription, getId, getP4port, getRetry, getTrust, getUsername, hashCode, isSsl
getDescriptor, getScope
@DataBoundConstructor public P4TicketImpl(@CheckForNull com.cloudbees.plugins.credentials.CredentialsScope scope, @CheckForNull String id, @CheckForNull String description, @CheckForNull String p4port, TrustImpl ssl, @CheckForNull String username, @CheckForNull String retry, TicketModeImpl ticket)
Copyright © 2004-2015. All Rights Reserved.