Package com.sic.plugins.kpp.model
Class KPPProvisioningProfile
- java.lang.Object
-
- com.sic.plugins.kpp.model.KPPProvisioningProfile
-
- All Implemented Interfaces:
Describable<KPPProvisioningProfile>,Serializable
public class KPPProvisioningProfile extends Object implements Describable<KPPProvisioningProfile>, Serializable
Represents a provisioning profile.- Author:
- Michael Bär
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKPPProvisioningProfile.DescriptorImplDescriptor for anKPPProvisioningProfile.
-
Constructor Summary
Constructors Constructor Description KPPProvisioningProfile(String fileName, String varPrefix)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Descriptor<KPPProvisioningProfile>getDescriptor()StringgetFileName()Get the filename of the provisioning profile.StringgetFileNameUuidDescription()Get the filename and uuid in one string.StringgetProvisioningProfileFilePath()Get the filepath to the provisioning profile stored on the master or standalone jenkins instance.StringgetProvisioningProfileVariableName()Get the variable name for the provisioning profile.StringgetUuid()Get the uuid of the provisioning profile.StringgetVariableName()Get the variable name included in ${}.StringgetVarPrefix()Get the variable prefix for build step integration.inthashCode()
-
-
-
Method Detail
-
getFileName
public String getFileName()
Get the filename of the provisioning profile.- Returns:
- filename
-
getProvisioningProfileFilePath
public String getProvisioningProfileFilePath()
Get the filepath to the provisioning profile stored on the master or standalone jenkins instance.- Returns:
- filepath
-
getVarPrefix
public String getVarPrefix()
Get the variable prefix for build step integration.- Returns:
- variable prefix
-
getProvisioningProfileVariableName
public String getProvisioningProfileVariableName()
Get the variable name for the provisioning profile.- Returns:
- variable name.
-
getVariableName
public String getVariableName()
Get the variable name included in ${}.- Returns:
- variable name
-
getUuid
public String getUuid()
Get the uuid of the provisioning profile.- Returns:
- uuid
-
getFileNameUuidDescription
public String getFileNameUuidDescription()
Get the filename and uuid in one string.- Returns:
- filename and uuid
-
getDescriptor
public Descriptor<KPPProvisioningProfile> getDescriptor()
- Specified by:
getDescriptorin interfaceDescribable<KPPProvisioningProfile>- Returns:
- descriptor
-
-