Class Platform
- java.lang.Object
-
- io.jenkins.plugins.appdome.build.to.secure.platform.Platform
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<Platform>
- Direct Known Subclasses:
AndroidPlatform
,IosPlatform
public abstract class Platform extends Object implements Describable<Platform>, ExtensionPoint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description Platform(PlatformType platformType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAppPath()
Descriptor<Platform>
getDescriptor()
String
getFusionSetId()
PlatformType
getPlatformType()
void
setAppPath(String appPath)
void
setFusionSetId(String fusionSetId)
void
setPlatformType(PlatformType platformType)
-
-
-
Constructor Detail
-
Platform
public Platform(PlatformType platformType)
-
-
Method Detail
-
getPlatformType
public PlatformType getPlatformType()
-
setPlatformType
public void setPlatformType(PlatformType platformType)
-
getAppPath
public String getAppPath()
-
setAppPath
public void setAppPath(String appPath)
-
setFusionSetId
public void setFusionSetId(String fusionSetId)
-
getFusionSetId
public String getFusionSetId()
-
getDescriptor
public Descriptor<Platform> getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<Platform>
-
-