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 StringgetAppPath()Descriptor<Platform>getDescriptor()StringgetFusionSetId()PlatformTypegetPlatformType()voidsetAppPath(String appPath)voidsetFusionSetId(String fusionSetId)voidsetPlatformType(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:
getDescriptorin interfaceDescribable<Platform>
-
-