@Extension
@Symbol(value="ticket")
public static class P4TicketImpl.DescriptorImpl
extends com.cloudbees.plugins.credentials.CredentialsDescriptor
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckP4port(String value) |
hudson.util.FormValidation |
doTestConnection(String p4port,
String ssl,
String trust,
String username,
String p4host,
String value,
String ticketValue,
String ticketPath) |
String |
getDisplayName() |
calcAutoCompleteSettings, calcFillSettings, doFillScopeItems, findContextInPath, findContextInPath, getCheckMethod, getCredentialsPage, getIconClassName, isApplicable, isScopeRelevant, isScopeRelevant, isScopeRelevant, isScopeRelevant, isScopeRelevant, isScopeRelevant, lookupContext, unwrapContext
addHelpFileRedirect, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<com.cloudbees.plugins.credentials.Credentials>
public hudson.util.FormValidation doCheckP4port(@QueryParameter String value)
public hudson.util.FormValidation doTestConnection(@QueryParameter(value="p4port") String p4port, @QueryParameter(value="ssl") String ssl, @QueryParameter(value="trust") String trust, @QueryParameter(value="username") String username, @QueryParameter(value="p4host") String p4host, @QueryParameter(value="ticket") String value, @QueryParameter(value="ticketValue") String ticketValue, @QueryParameter(value="ticketPath") String ticketPath) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
Copyright © 2016–2019. All rights reserved.