de.smartics.ci.comm.hudson
Class HudsonCiSystemFactory

Package class diagram package HudsonCiSystemFactory
java.lang.Object
  extended by de.smartics.ci.comm.hudson.HudsonCiSystemFactory

public final class HudsonCiSystemFactory
     
     
extends Object

Factory to create a CIController configured to connect to a hudson ci server.


Method Summary
static CiController createCiController(CiSystem system, LogLevel loglevel)
          Factory method to create CIController.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createCiController

public static CiController createCiController(CiSystem system,
                                              LogLevel loglevel)
Factory method to create CIController.

Parameters:
system - the ci target system.
loglevel - set the log level to use.
Returns:
the controller to send commands to the given system.


Copyright © 2012 Kronseder & Reiner GmbH - smartics. All Rights Reserved.