de.smartics.ci.comm.command
Interface Command<T extends Command<T>>

Package class diagram package Command
Type Parameters:
T - the type of the command the result belongs to.
All Known Implementing Classes:
AbstractCheckStatusJobCommand, AbstractCommand, AbstractCreateJobCommand, AbstractDeleteJobCommand, AbstractDisableJobCommand, AbstractEnableJobCommand, AbstractGenericJobCommand, AbstractHudsonApiJob, AbstractJobCommand, AbstractLoginCommand, AbstractUpdateJobCommand, HudsonCheckStatusJobCommand, HudsonCreateJobCommand, HudsonDeleteJobCommand, HudsonDisableJobCommand, HudsonEnableJobCommand, HudsonGenericJobCommand, HudsonLoginCommand, HudsonUpdateJobCommand

public interface Command<T extends Command<T>>

A command to be run against a target.


Method Summary
 void execute(CiSystem target)
          Executes the command.
 

Method Detail

execute

void execute(CiSystem target)
             throws CommandException
Executes the command.

Parameters:
target - the target to execute the command against.
Throws:
CommandException - signals problems encountered while executing the command.


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