Class DeployAppArchive

    • Constructor Detail

      • DeployAppArchive

        public DeployAppArchive()
    • Method Detail

      • getApplicationName

        public java.lang.String getApplicationName()
        The name of the application.
      • setApplicationName

        public void setApplicationName​(java.lang.String name)
        The name of the application.
      • getExistingFile

        public java.lang.String getExistingFile()
        The path to the WAR or EAR existing file to deploy.
      • setExistingFile

        public void setExistingFile​(java.lang.String existingPath)
        The path to the WAR or EAR existing file to deploy.
      • getFileType

        public FileType getFileType()
        The WAR or EAR file type: installed or existing.
      • setFileType

        public void setFileType​(FileType fileType)
        The WAR or EAR file type: installed or existing.
      • getUndeployOnUninstall

        public boolean getUndeployOnUninstall()
        Whether to undeploy the archive when the uninstaller runs.
      • setUndeployOnUninstall

        public void setUndeployOnUninstall​(boolean undeployOnUninstall)
        Whether to undeploy the archive when the uninstaller runs.
      • getDeploymentOptionChoice

        public java.lang.String getDeploymentOptionChoice()
        Deployment option choice. Possible values are: 1. Local Tomcat = 1 2. Remote Tomcat = 2 3. Do not deploy. Save locally = 3
      • setDeploymentOptionChoice

        public void setDeploymentOptionChoice​(java.lang.String deploymentOptionChoice)
        Deployment option choice.
      • getTomcatServerPath

        public java.lang.String getTomcatServerPath()
      • setTomcatServerPath

        public void setTomcatServerPath​(java.lang.String tomcatServerPath)
      • getTomcatHostName

        public java.lang.String getTomcatHostName()
      • setTomcatHostName

        public void setTomcatHostName​(java.lang.String tomcatHostName)
      • getTomcatPort

        public java.lang.String getTomcatPort()
      • setTomcatPort

        public void setTomcatPort​(java.lang.String tomcatPort)
      • getTomcatUsername

        public java.lang.String getTomcatUsername()
      • setTomcatUsername

        public void setTomcatUsername​(java.lang.String tomcatUsername)
      • getTomcatPassword

        public java.lang.String getTomcatPassword()
      • setTomcatPassword

        public void setTomcatPassword​(java.lang.String tomcatPassword)
      • getTomcatSSLConnectionStatus

        public java.lang.String getTomcatSSLConnectionStatus()
      • setTomcatSSLConnectionStatus

        public void setTomcatSSLConnectionStatus​(java.lang.String tomcatSSLConnectionStatus)
      • getRestartTomcat

        public boolean getRestartTomcat()
      • setRestartTomcat

        public void setRestartTomcat​(boolean restartTomcat)
      • getDeploymentPlanExistingFile

        public java.lang.String getDeploymentPlanExistingFile()
        The path to deployment plan existing file.
      • setDeploymentPlanExistingFile

        public void setDeploymentPlanExistingFile​(java.lang.String deploymentPlanExistingFile)
        The path to deployment plan existing file.
      • getDeploymentPlanFileType

        public FileType getDeploymentPlanFileType()
        The deployment plan file type: installed or existing.
      • setDeploymentPlanFileType

        public void setDeploymentPlanFileType​(FileType planFileType)
        The deployment plan file type: installed or existing.
      • getWasDeploymentOptionChoice

        public java.lang.String getWasDeploymentOptionChoice()
      • setWasDeploymentOptionChoice

        public void setWasDeploymentOptionChoice​(java.lang.String wasDeploymentOptionChoice)
      • getWasHostName

        public java.lang.String getWasHostName()
      • setWasHostName

        public void setWasHostName​(java.lang.String wasHostName)
      • getWasSOAPPort

        public java.lang.String getWasSOAPPort()
      • setWasSOAPPort

        public void setWasSOAPPort​(java.lang.String wasSOAPPort)
      • getWasUsername

        public java.lang.String getWasUsername()
      • setWasUsername

        public void setWasUsername​(java.lang.String wasUsername)
      • getWasPassword

        public java.lang.String getWasPassword()
      • setWasPassword

        public void setWasPassword​(java.lang.String wasPassword)
      • getSecurityEnabledStatus

        public java.lang.String getSecurityEnabledStatus()
      • setSecurityEnabledStatus

        public void setSecurityEnabledStatus​(java.lang.String isSecurityEnabled)
      • getTruststorePath

        public java.lang.String getTruststorePath()
      • setTruststorePath

        public void setTruststorePath​(java.lang.String truststorePath)
      • getTruststorePassword

        public java.lang.String getTruststorePassword()
      • setTruststorePassword

        public void setTruststorePassword​(java.lang.String truststorePassword)
      • getManagerClass

        public java.lang.String getManagerClass()
      • setManagerClass

        public void setManagerClass​(java.lang.String ManagerClass)
      • setDeploymentPlanFile

        public void setDeploymentPlanFile​(java.lang.String path)
        The path to deployment plan installed file. A deployment plan is an XML file that contains server-specific information not included in the EAR or WAR file's deployment descriptor.
        See Also:
        setDeploymentPlanFileType(com.zerog.ia.auto.project.FileType)
      • getDeploymentPlanFile

        public java.lang.String getDeploymentPlanFile()
        The path to deployment plan installed file. A deployment plan is an XML file that contains server-specific information not included in the EAR or WAR file's deployment descriptor.
        See Also:
        setDeploymentPlanFileType(com.zerog.ia.auto.project.FileType)