de.smartics.ci.comm.command
Class AbstractLoginCommand<T extends Command<T>>
java.lang.Object
de.smartics.ci.comm.command.AbstractCommand<T>
de.smartics.ci.comm.command.AbstractLoginCommand<T>
-
Type Parameters:
-
T
- the concrete type of the command.
-
All Implemented Interfaces:
-
Command<T>
-
Direct Known Subclasses:
-
HudsonLoginCommand
-
public abstract class AbstractLoginCommand<T extends Command<T>>
-
extends
AbstractCommand<T>
-
implements
Command<T>
The type of the login commands.
Method Summary |
abstract void |
execute(CiSystem target) Executes the command. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLoginCommand
public AbstractLoginCommand()
execute
public abstract void execute(CiSystem target)
throws CommandException
-
Executes the command.
-
-
Specified by:
-
execute
in interface
Command<T extends Command<T>>
-
-
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.