public class KPPProvisioningProfile extends Object implements hudson.model.Describable<KPPProvisioningProfile>, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
KPPProvisioningProfile.DescriptorImpl
Descriptor for an
KPPProvisioningProfile. |
| Constructor and Description |
|---|
KPPProvisioningProfile(String fileName,
String varPrefix)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
hudson.model.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() |
public String getFileName()
public String getProvisioningProfileFilePath()
public String getVarPrefix()
public String getProvisioningProfileVariableName()
public String getVariableName()
public String getUuid()
public String getFileNameUuidDescription()
public hudson.model.Descriptor<KPPProvisioningProfile> getDescriptor()
getDescriptor in interface hudson.model.Describable<KPPProvisioningProfile>Copyright © 2004-2013. All Rights Reserved.