Uses of Interface
de.espirit.firstspirit.access.schedule.DeployTarget
Packages that use DeployTarget
-
Uses of DeployTarget in de.espirit.firstspirit.access.schedule
Subinterfaces of DeployTarget in de.espirit.firstspirit.access.scheduleModifier and TypeInterfaceDescriptioninterfaceDeployment of contents into a local file system.interfaceDeployment of contents using the file transfer protocol (FTP).interfaceDeployment of contents using the FirstSpirit deployment servlet (e.g. used to deploy contents into a local file system remotely)Methods in de.espirit.firstspirit.access.schedule with type parameters of type DeployTargetModifier and TypeMethodDescription<T extends DeployTarget>
TDeployTask.createTarget(@NotNull Class<T> type) Create a target.Methods in de.espirit.firstspirit.access.schedule that return DeployTargetMethods in de.espirit.firstspirit.access.schedule with parameters of type DeployTargetModifier and TypeMethodDescriptionvoidDeployTask.setTarget(@NotNull DeployTarget target) Set the deployment target (e.g.,FileTarget,FtpTarget, etc.). -
Uses of DeployTarget in de.espirit.firstspirit.server.scheduler
Methods in de.espirit.firstspirit.server.scheduler that return DeployTargetModifier and TypeMethodDescriptionDeployTargetDialogFactory.getDeployTarget()Gets the deploy target.Methods in de.espirit.firstspirit.server.scheduler with parameters of type DeployTargetModifier and TypeMethodDescriptionfinal voidDeployTargetDialogFactory.setDeployTarget(@NotNull DeployTarget deployTarget) Sets the deploy target.