Class DeploymentProperties


  • public class DeploymentProperties
    extends Object
    Deployment properties.
    • Constructor Detail

      • DeploymentProperties

        public DeploymentProperties()
    • Method Detail

      • template

        public Object template()
        Get the template value.
        Returns:
        the template value
      • withTemplate

        public DeploymentProperties withTemplate​(Object template)
        Set the template value.
        Parameters:
        template - the template value to set
        Returns:
        the DeploymentProperties object itself.
      • templateLink

        public TemplateLink templateLink()
        Get the templateLink value.
        Returns:
        the templateLink value
      • withTemplateLink

        public DeploymentProperties withTemplateLink​(TemplateLink templateLink)
        Set the templateLink value.
        Parameters:
        templateLink - the templateLink value to set
        Returns:
        the DeploymentProperties object itself.
      • parameters

        public Object parameters()
        Get the parameters value.
        Returns:
        the parameters value
      • withParameters

        public DeploymentProperties withParameters​(Object parameters)
        Set the parameters value.
        Parameters:
        parameters - the parameters value to set
        Returns:
        the DeploymentProperties object itself.
      • parametersLink

        public ParametersLink parametersLink()
        Get the parametersLink value.
        Returns:
        the parametersLink value
      • withParametersLink

        public DeploymentProperties withParametersLink​(ParametersLink parametersLink)
        Set the parametersLink value.
        Parameters:
        parametersLink - the parametersLink value to set
        Returns:
        the DeploymentProperties object itself.
      • mode

        public DeploymentMode mode()
        Get the mode value.
        Returns:
        the mode value
      • withMode

        public DeploymentProperties withMode​(DeploymentMode mode)
        Set the mode value.
        Parameters:
        mode - the mode value to set
        Returns:
        the DeploymentProperties object itself.
      • debugSetting

        public DebugSetting debugSetting()
        Get the debugSetting value.
        Returns:
        the debugSetting value
      • withDebugSetting

        public DeploymentProperties withDebugSetting​(DebugSetting debugSetting)
        Set the debugSetting value.
        Parameters:
        debugSetting - the debugSetting value to set
        Returns:
        the DeploymentProperties object itself.