Class DeploymentConfiguration

java.lang.Object
com.priint.pubserver.plugin.deployment.DeploymentConfiguration
All Implemented Interfaces:
Serializable

public class DeploymentConfiguration extends Object implements Serializable
For internal use only. Used by PubServerDeploymentManager to represent deployment configuration files.
See Also:
  • Constructor Details

    • DeploymentConfiguration

      public DeploymentConfiguration()
  • Method Details

    • getPackageName

      public String getPackageName()
    • setPackageName

      public void setPackageName(String packageName)
    • getDoRestartAfterDeploymentPackages

      public String getDoRestartAfterDeploymentPackages()
    • setDoRestartAfterDeploymentPackages

      public void setDoRestartAfterDeploymentPackages(String doRestartAfterDeploymentPackages)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getRepositoryMapping

      public List<RepositoryMapping> getRepositoryMapping()