Uses of Enum Class
dev.galasa.zosliberty.IZosLibertyServer.ApplicationType
-
Uses of IZosLibertyServer.ApplicationType in dev.galasa.zosliberty
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IZosLibertyServer.ApplicationType[]
IZosLibertyServer.ApplicationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
IZosLibertyServer.deployApplication
(Class<?> testClass, String path, String targetLocation, IZosLibertyServer.ApplicationType type, String name, String contextRoot) Deploy an application to the Liberty server.