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