Class AutoSign
- java.lang.Object
-
- io.jenkins.plugins.appdome.build.to.secure.platform.android.certificate.method.CertificateMethod
-
- io.jenkins.plugins.appdome.build.to.secure.platform.android.certificate.method.AutoSign
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<CertificateMethod>
public class AutoSign extends CertificateMethod
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AutoSign.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getEnableGoogleSign()
String
getGoogleSignFingerPrint()
Boolean
getIsEnableGoogleSign()
Secret
getKeyPass()
Secret
getKeystoreAlias()
Secret
getKeystorePassword()
String
getKeystorePath()
void
setEnableGoogleSign(Boolean enableGoogleSign)
void
setGoogleSign(AutoGoogleSign googleSignFingerPrint)
void
setGoogleSignFingerPrint(AutoGoogleSign googleSignFingerPrint)
-
Methods inherited from class io.jenkins.plugins.appdome.build.to.secure.platform.android.certificate.method.CertificateMethod
getDescriptor, getSignType, setSignType
-
-
-
-
Constructor Detail
-
AutoSign
@DataBoundConstructor public AutoSign(String keystorePath, Secret keystorePassword, Secret keystoreAlias, Secret keyPass, AutoGoogleSign googleSignFingerPrint)
-
-
Method Detail
-
setGoogleSignFingerPrint
@DataBoundSetter public void setGoogleSignFingerPrint(AutoGoogleSign googleSignFingerPrint)
-
getEnableGoogleSign
public Boolean getEnableGoogleSign()
-
setEnableGoogleSign
public void setEnableGoogleSign(Boolean enableGoogleSign)
-
getKeystorePath
public String getKeystorePath()
-
getKeystorePassword
public Secret getKeystorePassword()
-
getKeystoreAlias
public Secret getKeystoreAlias()
-
getKeyPass
public Secret getKeyPass()
-
getGoogleSignFingerPrint
public String getGoogleSignFingerPrint()
-
getIsEnableGoogleSign
public Boolean getIsEnableGoogleSign()
-
setGoogleSign
@DataBoundSetter public void setGoogleSign(AutoGoogleSign googleSignFingerPrint)
-
-