hudson.plugins.sauce_ondemand
Class WebDriverAxis

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.matrix.Axis>
      extended by hudson.matrix.Axis
          extended by hudson.plugins.sauce_ondemand.BrowserAxis
              extended by hudson.plugins.sauce_ondemand.WebDriverAxis
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.matrix.Axis>, Comparable<hudson.matrix.Axis>, Iterable<String>

public class WebDriverAxis
extends BrowserAxis

Author:
Ross Rowe

Nested Class Summary
static class WebDriverAxis.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.matrix.Axis
name, values
 
Constructor Summary
WebDriverAxis(List<String> values)
           
 
Method Summary
protected  com.saucelabs.ci.Browser getBrowserForKey(String value)
           
 
Methods inherited from class hudson.plugins.sauce_ondemand.BrowserAxis
addBuildVariable, hasValue
 
Methods inherited from class hudson.matrix.Axis
all, compareTo, getDescriptor, getName, getValues, getValueString, indexOf, isSystem, iterator, parsePrefixed, readResolve, size, toString, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebDriverAxis

@DataBoundConstructor
public WebDriverAxis(List<String> values)
Method Detail

getBrowserForKey

protected com.saucelabs.ci.Browser getBrowserForKey(String value)
Specified by:
getBrowserForKey in class BrowserAxis


Copyright © 2004-2012. All Rights Reserved.