hudson.plugins.selenium_builder
Class ParallelSettings

java.lang.Object
  extended by hudson.plugins.selenium_builder.ParallelSettings
All Implemented Interfaces:
Serializable

public class ParallelSettings
extends Object
implements Serializable

Author:
Ross Rowe
See Also:
Serialized Form

Constructor Summary
ParallelSettings(int threadPoolSize)
           
 
Method Summary
 int getThreadPoolSize()
           
 void setThreadPoolSize(int threadPoolSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParallelSettings

@DataBoundConstructor
public ParallelSettings(int threadPoolSize)
Method Detail

getThreadPoolSize

public int getThreadPoolSize()

setThreadPoolSize

public void setThreadPoolSize(int threadPoolSize)


Copyright © 2004-2015 Sauce Labs. All Rights Reserved.