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 class
KPPProvisioningProfile.DescriptorImpl
Descriptor 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 boolean
equals(Object obj)
Descriptor<KPPProvisioningProfile>
getDescriptor()
String
getFileName()
Get the filename of the provisioning profile.String
getFileNameUuidDescription()
Get the filename and uuid in one string.String
getProvisioningProfileFilePath()
Get the filepath to the provisioning profile stored on the master or standalone jenkins instance.String
getProvisioningProfileVariableName()
Get the variable name for the provisioning profile.String
getUuid()
Get the uuid of the provisioning profile.String
getVariableName()
Get the variable name included in ${}.String
getVarPrefix()
Get the variable prefix for build step integration.int
hashCode()
-
-
-
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:
getDescriptor
in interfaceDescribable<KPPProvisioningProfile>
- Returns:
- descriptor
-
-