Class AutoGoogleSign
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<AutoGoogleSign>
-
- io.jenkins.plugins.appdome.build.to.secure.platform.android.certificate.method.AutoGoogleSign
-
- All Implemented Interfaces:
Describable<AutoGoogleSign>
public class AutoGoogleSign extends AbstractDescribableImpl<AutoGoogleSign>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AutoGoogleSign.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description AutoGoogleSign(String googleSignFingerPrint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGoogleSignFingerPrint()
Boolean
getIsEnableGoogleSign()
void
setGoogleSignFingerPrint(String googleSignFingerPrint)
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Constructor Detail
-
AutoGoogleSign
@DataBoundConstructor public AutoGoogleSign(String googleSignFingerPrint)
-
-