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 Summary
Modifier and TypeMethodDescriptionCheck the parameters.createWebServerConfiguration
(@NotNull WebServerConfiguration.Type type) Deprecated.since 5.0 - no replacementgetPath()
Get the target path.The deploy target type.@Nullable WebServerConfiguration
Deprecated.since 5.0 - no replacementvoid
Set the target path.
-
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
Set the target path.- Parameters:
value
- the target path.- Since:
- 4.0
-
checkParams
Check the parameters.- Returns:
- A list of configuration problems.
- Since:
- 4.0
-
getWebServerConfiguration
Deprecated.since 5.0 - no replacementNo longer used.- Since:
- 4.0
-
createWebServerConfiguration
@Deprecated WebServerConfiguration createWebServerConfiguration(@NotNull @NotNull WebServerConfiguration.Type type) Deprecated.since 5.0 - no replacementNo longer used.- Since:
- 4.0
-