Class DeployCommandParameters

    • Field Detail

      • contextroot

        public String contextroot
      • virtualservers

        public String virtualservers
      • libraries

        public String libraries
      • hotDeploy

        public Boolean hotDeploy
      • sourcesChanged

        public String[] sourcesChanged
      • metadataChanged

        public Boolean metadataChanged
      • forceName

        public Boolean forceName
      • precompilejsp

        public Boolean precompilejsp
      • retrieve

        public String retrieve
      • skipDSFailure

        public Boolean skipDSFailure
      • dbvendorname

        public String dbvendorname
      • createtables

        public Boolean createtables
        mutually exclusive with dropandcreatetables
      • dropandcreatetables

        public Boolean dropandcreatetables
        mutually exclusive with createtables
      • uniquetablenames

        public Boolean uniquetablenames
      • deploymentplan

        public File deploymentplan
      • altdd

        public File altdd
      • runtimealtdd

        public File runtimealtdd
      • loadOnly

        public Boolean loadOnly
      • generatermistubs

        public Boolean generatermistubs
      • availabilityenabled

        public Boolean availabilityenabled
      • asyncreplication

        public Boolean asyncreplication
      • target

        public String target
      • keepreposdir

        public Boolean keepreposdir
      • keepfailedstubs

        public Boolean keepfailedstubs
      • isredeploy

        public Boolean isredeploy
      • logReportedErrors

        public Boolean logReportedErrors
      • path

        public File path
      • description

        public String description
      • keepstate

        public Boolean keepstate
      • lbenabled

        public String lbenabled
      • deploymentorder

        public Integer deploymentorder
      • clientJarRequested

        public Boolean clientJarRequested
      • previousContextRoot

        public String previousContextRoot
    • Constructor Detail

      • DeployCommandParameters

        public DeployCommandParameters()
      • DeployCommandParameters

        public DeployCommandParameters​(File path)
    • Method Detail

      • getContextRoot

        public String getContextRoot()
      • setContextRoot

        public void setContextRoot​(String val)
      • getVirtualServers

        public String getVirtualServers()
      • isForce

        public Boolean isForce()
      • isHotDeploy

        public Boolean isHotDeploy()
      • getSourcesChanged

        public String[] getSourcesChanged()
      • isMetadataChanged

        public Boolean isMetadataChanged()
      • isForceName

        public Boolean isForceName()
      • isPrecompileJsp

        public Boolean isPrecompileJsp()
      • isVerify

        public Boolean isVerify()
      • getRetrieve

        public String getRetrieve()
      • isSkipDSFailure

        public Boolean isSkipDSFailure()
      • getDBVendorName

        public String getDBVendorName()
      • getDeploymentPlan

        public File getDeploymentPlan()
      • getAltdd

        public File getAltdd()
      • getRuntimeAltdd

        public File getRuntimeAltdd()
      • isEnabled

        public Boolean isEnabled()
      • isLoadOnly

        public Boolean isLoadOnly()
      • isGenerateRMIStubs

        public Boolean isGenerateRMIStubs()
      • isAvailabilityEnabled

        public Boolean isAvailabilityEnabled()
      • isAsyncReplication

        public Boolean isAsyncReplication()
      • isKeepReposDir

        public Boolean isKeepReposDir()
      • isKeepFailedStubs

        public Boolean isKeepFailedStubs()
      • isRedeploy

        public Boolean isRedeploy()
      • isLogReportedErrors

        public Boolean isLogReportedErrors()
      • getPath

        public File getPath()
      • getType

        public String getType()
      • isClientJarRequested

        public Boolean isClientJarRequested()
      • getPreviousContextRoot

        public String getPreviousContextRoot()
      • name

        public String name()
        Specified by:
        name in class OpsParams
        Returns:
        the name of the application being deployed
      • libraries

        public String libraries()
        Description copied from class: OpsParams
        Libraries that are to used with the application.

        These libraries if local should be under lib/applibs

        Specified by:
        libraries in class OpsParams
        Returns:
        a comma separated list of JAR files