Class KPPProvisioningProfile

    • Constructor Detail

      • KPPProvisioningProfile

        @DataBoundConstructor
        public KPPProvisioningProfile​(String fileName,
                                      String varPrefix)
        Constructor
        Parameters:
        fileName - filename of the provisioning profile
        varPrefix - variable prefix name
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object