Uses of Class
de.smartics.ci.comm.CiSystem

Packages that use CiSystem
de.smartics.ci.comm Provides classes for the ci management. 
de.smartics.ci.comm.command Provides command classes for the ci management. 
de.smartics.ci.comm.hudson Provides hudson specific classes for the ci management. 
de.smartics.ci.comm.hudson.command Provides hudson command classes for the ci management. 
 

Uses of CiSystem in de.smartics.ci.comm
 

Constructors in de.smartics.ci.comm with parameters of type CiSystem
CiController(CiSystem system)
          Default constructor.
 

Uses of CiSystem in de.smartics.ci.comm.command
 

Methods in de.smartics.ci.comm.command with parameters of type CiSystem
abstract  void AbstractDisableJobCommand.execute(CiSystem target)
          Executes the command.
abstract  void AbstractUpdateJobCommand.execute(CiSystem target)
          Executes the command.
abstract  void AbstractCreateJobCommand.execute(CiSystem target)
          Executes the command.
abstract  void AbstractDeleteJobCommand.execute(CiSystem target)
          Executes the command.
abstract  void AbstractEnableJobCommand.execute(CiSystem target)
          Executes the command.
abstract  void AbstractLoginCommand.execute(CiSystem target)
          Executes the command.
abstract  void AbstractGenericJobCommand.execute(CiSystem target)
          Executes the command.
 void Command.execute(CiSystem target)
          Executes the command.
abstract  void AbstractCheckStatusJobCommand.execute(CiSystem target)
          Executes the command.
 

Uses of CiSystem in de.smartics.ci.comm.hudson
 

Methods in de.smartics.ci.comm.hudson with parameters of type CiSystem
static CiController HudsonCiSystemFactory.createCiController(CiSystem system, LogLevel loglevel)
          Factory method to create CIController.
 

Uses of CiSystem in de.smartics.ci.comm.hudson.command
 

Methods in de.smartics.ci.comm.hudson.command with parameters of type CiSystem
 void HudsonGenericJobCommand.execute(CiSystem target)
           
 void HudsonDisableJobCommand.execute(CiSystem target)
           
 void HudsonDeleteJobCommand.execute(CiSystem target)
           
 void HudsonLoginCommand.execute(CiSystem target)
           
 void HudsonEnableJobCommand.execute(CiSystem target)
           
 void HudsonCheckStatusJobCommand.execute(CiSystem target)
           
 void HudsonUpdateJobCommand.execute(CiSystem target)
           
 void HudsonCreateJobCommand.execute(CiSystem target)
           
 



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