Uses of Class
de.smartics.ci.comm.command.AbstractCommand

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

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

Subclasses of AbstractCommand in de.smartics.ci.comm.command
 class AbstractCheckStatusJobCommand<T extends Command<T>>
          The type of the status job commands.
 class AbstractCreateJobCommand<T extends Command<T>>
          The type of the create job commands.
 class AbstractDeleteJobCommand<T extends Command<T>>
          The type of the delete job commands.
 class AbstractDisableJobCommand<T extends Command<T>>
          The type of the disable job commands.
 class AbstractEnableJobCommand<T extends Command<T>>
          The type of the enable job commands.
 class AbstractGenericJobCommand<T extends Command<T>>
          The type of the generic job commands.
 class AbstractJobCommand<T extends Command<T>>
          Abstract class that combines all every job command needs.
 class AbstractLoginCommand<T extends Command<T>>
          The type of the login commands.
 class AbstractUpdateJobCommand<T extends Command<T>>
          The type of the update job commands.
 

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

Subclasses of AbstractCommand in de.smartics.ci.comm.hudson.command
 class AbstractHudsonApiJob<T extends Command<T>>
          This abstract class contains the functionality to handle jobs calling an api.
 class HudsonCheckStatusJobCommand
          Check status job command.
 class HudsonCreateJobCommand
          Create job command.
 class HudsonDeleteJobCommand
          Delete job command.
 class HudsonDisableJobCommand
          Disable job command.
 class HudsonEnableJobCommand
          Enable job command.
 class HudsonGenericJobCommand
          Check status job command.
 class HudsonLoginCommand
          Implements the login command for a hudson ci server.
 class HudsonUpdateJobCommand
          Enable job command.
 



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