org.jenkinsci.plugins.androidsigning
Class Apk
java.lang.Object
hudson.model.AbstractDescribableImpl<Apk>
org.jenkinsci.plugins.androidsigning.Apk
- All Implemented Interfaces:
- hudson.model.Describable<Apk>
public final class Apk
- extends hudson.model.AbstractDescribableImpl<Apk>
| 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 |
Apk
@DataBoundConstructor
public Apk(String keystore,
String alias,
String selection)
getSelection
public String getSelection()
getKeyStore
public String getKeyStore()
getAlias
public String getAlias()
Copyright © 2004-2014. All Rights Reserved.