@Extension
public static final class DebianPackageBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Constructor and Description |
|---|
DebianPackageBuilder.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest staplerRequest,
net.sf.json.JSONObject json) |
String |
getAccountEmail() |
String |
getAccountName() |
String |
getDisplayName() |
String |
getPassphrase() |
String |
getPrivateKey() |
String |
getPublicKey() |
boolean |
isApplicable(Class type) |
void |
setAccountEmail(String accountEmail) |
void |
setAccountName(String accountName) |
void |
setPassphrase(String passphrase) |
void |
setPrivateKey(String privateKey) |
void |
setPublicKey(String publicKey) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckMethod, 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, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>public String getPublicKey()
public boolean isApplicable(Class type)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>public boolean configure(org.kohsuke.stapler.StaplerRequest staplerRequest,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Builder>hudson.model.Descriptor.FormExceptionpublic String getPrivateKey()
public void setPrivateKey(String privateKey)
public void setPublicKey(String publicKey)
public String getAccountName()
public void setAccountName(String accountName)
public String getAccountEmail()
public void setAccountEmail(String accountEmail)
public String getPassphrase()
public void setPassphrase(String passphrase)
Copyright © 2004-2015. All Rights Reserved.