Uses of Interface
org.wildfly.arquillian.domain.api.ServerDescription
-
Packages that use ServerDescription Package Description org.wildfly.arquillian.domain org.wildfly.arquillian.domain.api -
-
Uses of ServerDescription in org.wildfly.arquillian.domain
Methods in org.wildfly.arquillian.domain that return types with arguments of type ServerDescription Modifier and Type Method Description Set<ServerDescription>AbstractDomainManager. getServers()Set<ServerDescription>AbstractDomainManager. getServers(String hostName) -
Uses of ServerDescription in org.wildfly.arquillian.domain.api
Methods in org.wildfly.arquillian.domain.api that return types with arguments of type ServerDescription Modifier and Type Method Description Set<ServerDescription>DomainManager. getServers()Returns all the servers in this domain.Set<ServerDescription>DomainManager. getServers(String hostName)Returns all the servers on the host.Methods in org.wildfly.arquillian.domain.api with parameters of type ServerDescription Modifier and Type Method Description default intServerDescription. compareTo(ServerDescription other)
-