Uses of Class
com.ibm.wsspi.collective.plugins.helpers.CommandResult
-
Packages that use CommandResult Package Description com.ibm.wsspi.collective.plugins -
-
Uses of CommandResult in com.ibm.wsspi.collective.plugins
Methods in com.ibm.wsspi.collective.plugins that return CommandResult Modifier and Type Method Description CommandResultCollectivePlugin. postTransferAction(RemoteAccessWrapper remoteAccess, java.lang.String targetDir, java.lang.String action, java.lang.String actionOptions)Perform an action after a file has been transferred remotely.CommandResultCollectivePlugin. postTransferAction(java.lang.String hostName, java.lang.String targetDir, java.lang.String action, java.lang.String actionOptions)Perform an action after a file has been transferred remotely.CommandResultCollectivePlugin. preTransferAction(RemoteAccessWrapper remoteAccess, java.lang.String executableDir, java.lang.String action, java.lang.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 CommandResult Modifier and Type Method Description java.util.List<CommandResult>TaskStorage. getHostResult(java.lang.String token, java.lang.String hostName)Get a list of CommandResult object from a given task and hostMethods in com.ibm.wsspi.collective.plugins with parameters of type CommandResult Modifier and Type Method Description voidTaskStorage. addHostResult(java.lang.String token, java.lang.String hostName, CommandResult commandResult)Add a result record to the specified task and host
-