Uses of Class
com.deepshiftlabs.nerrvana.Platform

Packages that use Platform
com.deepshiftlabs.nerrvana   
 

Uses of Platform in com.deepshiftlabs.nerrvana
 

Fields in com.deepshiftlabs.nerrvana with type parameters of type Platform
 List<Platform> NerrvanaPluginSettings.platforms
          List of platforms (where platform is combination of the OS and browser of the certain version)
 ArrayList<Platform> NerrvanaExecution.platforms
           
 

Methods in com.deepshiftlabs.nerrvana that return types with arguments of type Platform
static ArrayList<Platform> Platform.getPlatformList(Node parent)
          Returns Platform list which reside under the given XML node
 ArrayList<Platform> NerrvanaExecution.getPlatforms()
           
 

Method parameters in com.deepshiftlabs.nerrvana with type arguments of type Platform
 Testrun HttpCommunicator.createTestrun(String space_id, String name, String descr, List<Platform> platforms, String executable_file, boolean bValidation, int nodes_count)
           Calls Nerrvana API to create Nerrvana test run All function parameters are obtained from @see NerrvanaPluginSettings object, which, in turn obtains them from plugin settings.
 



Copyright © 2004-2013 Deep Shift Labs. All Rights Reserved.