コード例 #1
0
 /**
  * Returns the configured cruisecontrol installation directory.
  *
  * @return string
  */
 protected function getCruiseControlDirectory()
 {
     return $this->args->getArgument('cc-install-dir');
 }