de.smartics.ci.comm.command
Class AbstractUpdateJobCommand<T extends Command<T>>
java.lang.Object
de.smartics.ci.comm.command.AbstractCommand<T>
de.smartics.ci.comm.command.AbstractJobCommand<T>
de.smartics.ci.comm.command.AbstractUpdateJobCommand<T>
-
Type Parameters:
-
T
- the concrete type of the command.
-
All Implemented Interfaces:
-
Command<T>
-
Direct Known Subclasses:
-
HudsonUpdateJobCommand
-
public abstract class AbstractUpdateJobCommand<T extends Command<T>>
-
extends
AbstractJobCommand<T>
The type of the update job 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 |
AbstractUpdateJobCommand
protected AbstractUpdateJobCommand(String jobName)
-
Default constructor.
-
Parameters:
-
jobName
- the name of the job that shall be enabled.
execute
public abstract 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.