Uses of Interface
de.espirit.firstspirit.access.schedule.DeployTarget
-
Uses of DeployTarget in de.espirit.firstspirit.access.schedule
Modifier and TypeInterfaceDescriptioninterface
Deployment of contents into a local file system.interface
Deployment of contents using the file transfer protocol (FTP).interface
Deployment of contents using the FirstSpirit deployment servlet (e.g. used to deploy contents into a local file system remotely)Modifier and TypeMethodDescription<T extends DeployTarget>
TDeployTask.createTarget
(@NotNull Class<T> type) Create a target.Modifier and TypeMethodDescriptionvoid
DeployTask.setTarget
(@NotNull DeployTarget target) Set the deployment target (e.g.,FileTarget
,FtpTarget
, etc.). -
Uses of DeployTarget in de.espirit.firstspirit.server.scheduler
Modifier and TypeMethodDescriptionDeployTargetDialogFactory.getDeployTarget()
Gets the deploy target.Modifier and TypeMethodDescriptionfinal void
DeployTargetDialogFactory.setDeployTarget
(@NotNull DeployTarget deployTarget) Sets the deploy target.