Interface DeployTarget

All Known Subinterfaces:
FileTarget, FtpTarget, ServletTarget

public interface DeployTarget
Deploy Target. If changed, set changed instance to DeployTask to save instance.
Since:
4.0
  • Method Details

    • getTargetType

      DeployTask.Target getTargetType()
      The deploy target type.
      Returns:
      target
      Since:
      4.0
      See Also:
    • getPath

      String getPath()
      Get the target path.
      Returns:
      The path where is deployed to.
      Since:
      4.0
    • setPath

      void setPath(String value)
      Set the target path.
      Parameters:
      value - the target path.
      Since:
      4.0
    • checkParams

      List<String> checkParams()
      Check the parameters.
      Returns:
      A list of configuration problems.
      Since:
      4.0
    • getWebServerConfiguration

      @Nullable @Deprecated @Nullable WebServerConfiguration getWebServerConfiguration()
      Deprecated.
      since 5.0 - no replacement
      No longer used.
      Since:
      4.0
    • createWebServerConfiguration

      @Deprecated WebServerConfiguration createWebServerConfiguration(@NotNull @NotNull WebServerConfiguration.Type type)
      Deprecated.
      since 5.0 - no replacement
      No longer used.
      Since:
      4.0