Class AndroidPlatform
- java.lang.Object
-
- io.jenkins.plugins.appdome.build.to.secure.platform.Platform
-
- io.jenkins.plugins.appdome.build.to.secure.platform.android.AndroidPlatform
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<Platform>
public class AndroidPlatform extends Platform
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AndroidPlatform.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description AndroidPlatform(CertificateMethod certificateMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAppPath()
CertificateMethod
getCertificateMethod()
DescriptorExtensionList<CertificateMethod,Descriptor<CertificateMethod>>
getCertificateMethodDescriptors()
Crashlytics
getCrashlytics()
Datadog
getDatadog()
String
getDatadogKey()
String
getFirebaseAppId()
String
getFusionSetId()
Boolean
getIsCrashlytics()
Boolean
getIsDatadog()
void
setAppPath(String appPath)
void
setCrashlytics(String crashlytics)
void
setDatadog(String datadog)
void
setFusionSetId(String fusionSetId)
-
Methods inherited from class io.jenkins.plugins.appdome.build.to.secure.platform.Platform
getDescriptor, getPlatformType, setPlatformType
-
-
-
-
Constructor Detail
-
AndroidPlatform
@DataBoundConstructor public AndroidPlatform(CertificateMethod certificateMethod)
-
-
Method Detail
-
getIsCrashlytics
public Boolean getIsCrashlytics()
-
getCrashlytics
public Crashlytics getCrashlytics()
-
setCrashlytics
@DataBoundSetter public void setCrashlytics(String crashlytics)
-
getFirebaseAppId
public String getFirebaseAppId()
-
getIsDatadog
public Boolean getIsDatadog()
-
getDatadog
public Datadog getDatadog()
-
setDatadog
@DataBoundSetter public void setDatadog(String datadog)
-
getDatadogKey
public String getDatadogKey()
-
getAppPath
public String getAppPath()
- Overrides:
getAppPath
in classPlatform
-
setAppPath
@DataBoundSetter public void setAppPath(String appPath)
- Overrides:
setAppPath
in classPlatform
-
getFusionSetId
public String getFusionSetId()
- Overrides:
getFusionSetId
in classPlatform
-
setFusionSetId
@DataBoundSetter public void setFusionSetId(String fusionSetId)
- Overrides:
setFusionSetId
in classPlatform
-
getCertificateMethod
public CertificateMethod getCertificateMethod()
-
getCertificateMethodDescriptors
public DescriptorExtensionList<CertificateMethod,Descriptor<CertificateMethod>> getCertificateMethodDescriptors()
-
-