Uses of Interface
de.smartics.ci.comm.command.Command

Packages that use Command
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 Command in de.smartics.ci.comm.command
 

Classes in de.smartics.ci.comm.command with type parameters of type Command
 class AbstractCheckStatusJobCommand<T extends Command<T>>
          The type of the status job commands.
 class AbstractCommand<T extends Command<T>>
          Abstract command that combines all every command needs.
 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.
 interface Command<T extends Command<T>>
          A command to be run against a target.
 class CommandResult<T extends Command<T>>
          The result of the execution of a Command.
 

Classes in de.smartics.ci.comm.command that implement Command
 class AbstractCheckStatusJobCommand<T extends Command<T>>
          The type of the status job commands.
 class AbstractCommand<T extends Command<T>>
          Abstract command that combines all every command needs.
 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 Command in de.smartics.ci.comm.hudson.command
 

Classes in de.smartics.ci.comm.hudson.command with type parameters of type Command
 class AbstractHudsonApiJob<T extends Command<T>>
          This abstract class contains the functionality to handle jobs calling an api.
 

Classes in de.smartics.ci.comm.hudson.command that implement 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.