org.jenkinsci.plugins.androidsigning
Class Apk

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<Apk>
      extended by org.jenkinsci.plugins.androidsigning.Apk
All Implemented Interfaces:
hudson.model.Describable<Apk>

public final class Apk
extends hudson.model.AbstractDescribableImpl<Apk>


Nested Class Summary
static class Apk.DescriptorImpl
           
 
Constructor Summary
Apk(String keystore, String alias, String selection)
           
 
Method Summary
 String getAlias()
           
 String getKeyStore()
           
 String getSelection()
           
 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Apk

@DataBoundConstructor
public Apk(String keystore,
                                String alias,
                                String selection)
Method Detail

getSelection

public String getSelection()

getKeyStore

public String getKeyStore()

getAlias

public String getAlias()


Copyright © 2004-2014. All Rights Reserved.