hudson.plugins.phing
クラス Messages

java.lang.Object
  上位を拡張 hudson.plugins.phing.Messages

public class Messages
extends Object


コンストラクタの概要
Messages()
           
 
メソッドの概要
static org.jvnet.localizer.Localizable _Phing_DirectoryNotAllowed(Object arg1)
          {0} seems to be directory.
static org.jvnet.localizer.Localizable _Phing_DisplayName()
          Invoke Phing targets
static org.jvnet.localizer.Localizable _Phing_ExecFailed()
          command execution failed.
static org.jvnet.localizer.Localizable _Phing_GlocalConfigNeeded()
          Maybe you need to configure where your Phing installations are?
static org.jvnet.localizer.Localizable _Phing_NotADirectory(Object arg1)
          {0} is not directory.
static org.jvnet.localizer.Localizable _Phing_NotAPhingDirectory(Object arg1)
          {0} doesn''t look like a Phing Directory.
static org.jvnet.localizer.Localizable _Phing_NotAPHPCommand(Object arg1)
          {0} doesn''t exists.
static org.jvnet.localizer.Localizable _Phing_NotFoundABuildScript(Object arg1)
          buildfile ''{0}'' not found.
static org.jvnet.localizer.Localizable _Phing_PhingHomeRequired()
          PHING_HOME is required.
static org.jvnet.localizer.Localizable _Phing_ProjectConfigNeeded()
          Maybe you need to configure the job to choose one of your Phing installations?
static org.jvnet.localizer.Localizable _Phing_WorkingDirectory(Object arg1)
          use ''{0}'' as a working directory.
static String Phing_DirectoryNotAllowed(Object arg1)
          {0} seems to be directory.
static String Phing_DisplayName()
          Invoke Phing targets
static String Phing_ExecFailed()
          command execution failed.
static String Phing_GlocalConfigNeeded()
          Maybe you need to configure where your Phing installations are?
static String Phing_NotADirectory(Object arg1)
          {0} is not directory.
static String Phing_NotAPhingDirectory(Object arg1)
          {0} doesn''t look like a Phing Directory.
static String Phing_NotAPHPCommand(Object arg1)
          {0} doesn''t exists.
static String Phing_NotFoundABuildScript(Object arg1)
          buildfile ''{0}'' not found.
static String Phing_PhingHomeRequired()
          PHING_HOME is required.
static String Phing_ProjectConfigNeeded()
          Maybe you need to configure the job to choose one of your Phing installations?
static String Phing_WorkingDirectory(Object arg1)
          use ''{0}'' as a working directory.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Messages

public Messages()
メソッドの詳細

Phing_NotAPhingDirectory

public static String Phing_NotAPhingDirectory(Object arg1)
{0} doesn''t look like a Phing Directory.


_Phing_NotAPhingDirectory

public static org.jvnet.localizer.Localizable _Phing_NotAPhingDirectory(Object arg1)
{0} doesn''t look like a Phing Directory.


Phing_ProjectConfigNeeded

public static String Phing_ProjectConfigNeeded()
Maybe you need to configure the job to choose one of your Phing installations?


_Phing_ProjectConfigNeeded

public static org.jvnet.localizer.Localizable _Phing_ProjectConfigNeeded()
Maybe you need to configure the job to choose one of your Phing installations?


Phing_DisplayName

public static String Phing_DisplayName()
Invoke Phing targets


_Phing_DisplayName

public static org.jvnet.localizer.Localizable _Phing_DisplayName()
Invoke Phing targets


Phing_NotADirectory

public static String Phing_NotADirectory(Object arg1)
{0} is not directory.


_Phing_NotADirectory

public static org.jvnet.localizer.Localizable _Phing_NotADirectory(Object arg1)
{0} is not directory.


Phing_PhingHomeRequired

public static String Phing_PhingHomeRequired()
PHING_HOME is required.


_Phing_PhingHomeRequired

public static org.jvnet.localizer.Localizable _Phing_PhingHomeRequired()
PHING_HOME is required.


Phing_WorkingDirectory

public static String Phing_WorkingDirectory(Object arg1)
use ''{0}'' as a working directory.


_Phing_WorkingDirectory

public static org.jvnet.localizer.Localizable _Phing_WorkingDirectory(Object arg1)
use ''{0}'' as a working directory.


Phing_NotFoundABuildScript

public static String Phing_NotFoundABuildScript(Object arg1)
buildfile ''{0}'' not found.


_Phing_NotFoundABuildScript

public static org.jvnet.localizer.Localizable _Phing_NotFoundABuildScript(Object arg1)
buildfile ''{0}'' not found.


Phing_NotAPHPCommand

public static String Phing_NotAPHPCommand(Object arg1)
{0} doesn''t exists.


_Phing_NotAPHPCommand

public static org.jvnet.localizer.Localizable _Phing_NotAPHPCommand(Object arg1)
{0} doesn''t exists.


Phing_GlocalConfigNeeded

public static String Phing_GlocalConfigNeeded()
Maybe you need to configure where your Phing installations are?


_Phing_GlocalConfigNeeded

public static org.jvnet.localizer.Localizable _Phing_GlocalConfigNeeded()
Maybe you need to configure where your Phing installations are?


Phing_ExecFailed

public static String Phing_ExecFailed()
command execution failed.


_Phing_ExecFailed

public static org.jvnet.localizer.Localizable _Phing_ExecFailed()
command execution failed.


Phing_DirectoryNotAllowed

public static String Phing_DirectoryNotAllowed(Object arg1)
{0} seems to be directory.


_Phing_DirectoryNotAllowed

public static org.jvnet.localizer.Localizable _Phing_DirectoryNotAllowed(Object arg1)
{0} seems to be directory.



Copyright © 2004-2012. All Rights Reserved.