ru.yandex.jenkins.plugins.debuilder
Class DebianPackageBuilder.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<T>
      extended by hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
          extended by ru.yandex.jenkins.plugins.debuilder.DebianPackageBuilder.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
DebianPackageBuilder

@Extension
public static final class DebianPackageBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
DebianPackageBuilder.DescriptorImpl()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest staplerRequest, net.sf.json.JSONObject json)
           
 String getAccountName()
           
 String getDisplayName()
           
 String getPassphrase()
           
 String getPrivateKey()
           
 String getPublicKey()
           
 boolean isApplicable(Class type)
           
 void setAccountName(String accountName)
           
 void setPassphrase(String passphrase)
           
 void setPrivateKey(String privateKey)
           
 void setPublicKey(String publicKey)
           
 
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebianPackageBuilder.DescriptorImpl

public DebianPackageBuilder.DescriptorImpl()
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>

getPublicKey

public String getPublicKey()

isApplicable

public boolean isApplicable(Class type)
Specified by:
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest staplerRequest,
                         net.sf.json.JSONObject json)
                  throws hudson.model.Descriptor.FormException
Overrides:
configure in class hudson.model.Descriptor<hudson.tasks.Builder>
Throws:
hudson.model.Descriptor.FormException

getPrivateKey

public String getPrivateKey()

setPrivateKey

public void setPrivateKey(String privateKey)

setPublicKey

public void setPublicKey(String publicKey)

getAccountName

public String getAccountName()

setAccountName

public void setAccountName(String accountName)

getPassphrase

public String getPassphrase()

setPassphrase

public void setPassphrase(String passphrase)


Copyright © 2004-2012. All Rights Reserved.