Uses of Class
com.ibm.wsspi.collective.plugins.helpers.CommandResult
Packages that use CommandResult
-
Uses of CommandResult in com.ibm.wsspi.collective.plugins
Methods in com.ibm.wsspi.collective.plugins that return CommandResultModifier and TypeMethodDescriptionCollectivePlugin.postTransferAction
(RemoteAccessWrapper remoteAccess, String targetDir, String action, String actionOptions) Perform an action after a file has been transferred remotely.CollectivePlugin.postTransferAction
(String hostName, String targetDir, String action, String actionOptions) Perform an action after a file has been transferred remotely.CollectivePlugin.preTransferAction
(RemoteAccessWrapper remoteAccess, String executableDir, String action, String actionOption) Perform an action before a file is deleted remotely.Methods in com.ibm.wsspi.collective.plugins that return types with arguments of type CommandResultModifier and TypeMethodDescriptionTaskStorage.getHostResult
(String token, String hostName) Get a list of CommandResult object from a given task and hostMethods in com.ibm.wsspi.collective.plugins with parameters of type CommandResultModifier and TypeMethodDescriptionvoid
TaskStorage.addHostResult
(String token, String hostName, CommandResult commandResult) Add a result record to the specified task and host