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

Packages that use CommandException
de.smartics.ci.comm Provides classes for the ci management. 
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 CommandException in de.smartics.ci.comm
 

Methods in de.smartics.ci.comm that throw CommandException
 CommandResult<?> CiController.checkStatusJob(String jobName, String xmlQueryString, Properties properties)
          Check status of a job on the target system and return the result.
 void CiController.createJob(String jobName, String configString)
          Create a job on the target system.
 void CiController.deleteJob(String jobName)
          Delete a job on the target system.
 void CiController.disableJob(String jobName)
          Disable a job on the target system.
 void CiController.enableJob(String jobName)
          Enable a job on the target system.
 int CiSystem.execute(HttpMethod method)
          Executes the given method on the target.
 CommandResult<?> CiController.executeGenericJobCommand(String jobName, String apiUrl, String xmlQueryString, String regexp, Properties properties)
          Check status of a job on the target system and return the result.
 void CiController.updateJob(String jobName, String configString)
          Update a job on the target system.
 

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

Subclasses of CommandException in de.smartics.ci.comm.command
 class InvalidRequestException
          Exception to indicate, that the ci system returns an error.
 class LoginCommandException
          The exception that indicates an exception during the login process.
 

Methods in de.smartics.ci.comm.command that throw CommandException
protected  void AbstractCommand.checkParameterNotBlank(String... params)
          Checks if the parameters are blank.
abstract  void AbstractDisableJobCommand.execute(CiSystem target)
          Executes the command.
abstract  void AbstractUpdateJobCommand.execute(CiSystem target)
          Executes the command.
abstract  void AbstractCreateJobCommand.execute(CiSystem target)
          Executes the command.
abstract  void AbstractDeleteJobCommand.execute(CiSystem target)
          Executes the command.
abstract  void AbstractEnableJobCommand.execute(CiSystem target)
          Executes the command.
abstract  void AbstractLoginCommand.execute(CiSystem target)
          Executes the command.
abstract  void AbstractGenericJobCommand.execute(CiSystem target)
          Executes the command.
 void Command.execute(CiSystem target)
          Executes the command.
abstract  void AbstractCheckStatusJobCommand.execute(CiSystem target)
          Executes the command.
 

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

Methods in de.smartics.ci.comm.hudson.command that throw CommandException
protected  void HudsonGenericJobCommand.checkResponseString(String response)
          Check the response.
protected  void AbstractHudsonApiJob.checkResponseString(String response)
          Check the response.
protected  void AbstractHudsonApiJob.createResult(int statusCode, PostMethod method)
          Create the command result and provide the result object in this command object.
 void HudsonGenericJobCommand.execute(CiSystem target)
           
 void HudsonDisableJobCommand.execute(CiSystem target)
           
 void HudsonDeleteJobCommand.execute(CiSystem target)
           
 void HudsonEnableJobCommand.execute(CiSystem target)
           
 void HudsonCheckStatusJobCommand.execute(CiSystem target)
           
 void HudsonUpdateJobCommand.execute(CiSystem target)
           
 void HudsonCreateJobCommand.execute(CiSystem target)
           
 



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