Class CsmPublishingProfileOptions


  • public class CsmPublishingProfileOptions
    extends Object
    Publishing options for requested profile.
    • Constructor Detail

      • CsmPublishingProfileOptions

        public CsmPublishingProfileOptions()
    • Method Detail

      • format

        public PublishingProfileFormat format()
        Get name of the format. Valid values are: FileZilla3 WebDeploy -- default Ftp. Possible values include: 'FileZilla3', 'WebDeploy', 'Ftp'.
        Returns:
        the format value
      • withFormat

        public CsmPublishingProfileOptions withFormat​(PublishingProfileFormat format)
        Set name of the format. Valid values are: FileZilla3 WebDeploy -- default Ftp. Possible values include: 'FileZilla3', 'WebDeploy', 'Ftp'.
        Parameters:
        format - the format value to set
        Returns:
        the CsmPublishingProfileOptions object itself.
      • includeDisasterRecoveryEndpoints

        public Boolean includeDisasterRecoveryEndpoints()
        Get include the DisasterRecover endpoint if true.
        Returns:
        the includeDisasterRecoveryEndpoints value
      • withIncludeDisasterRecoveryEndpoints

        public CsmPublishingProfileOptions withIncludeDisasterRecoveryEndpoints​(Boolean includeDisasterRecoveryEndpoints)
        Set include the DisasterRecover endpoint if true.
        Parameters:
        includeDisasterRecoveryEndpoints - the includeDisasterRecoveryEndpoints value to set
        Returns:
        the CsmPublishingProfileOptions object itself.