com.sonyericsson.hudson.plugins.metadata
Class Messages

java.lang.Object
  extended by com.sonyericsson.hudson.plugins.metadata.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _Actions_DisplayName()
          Metadata
static org.jvnet.localizer.Localizable _BuildContributorsController_LogMessage_Collecting()
          Collecting metadata...
static org.jvnet.localizer.Localizable _BuildContributorsController_LogMessage_CopyFailure(Object arg1)
          [WARNING] Could not copy the job metadata: {0}
static org.jvnet.localizer.Localizable _BuildContributorsController_LogMessage_Done()
          Metadata collection done.
static org.jvnet.localizer.Localizable _BuildContributorsController_LogMessage_LeftOvers(Object arg1)
          [WARNING] The following metadata could not be added due to conflict with existing values:{0}
static org.jvnet.localizer.Localizable _ConfigurationPage_DisplayName()
          MetadataConfiguration
static org.jvnet.localizer.Localizable _Date_details_day()
          Day
static org.jvnet.localizer.Localizable _Date_details_hour()
          Hour
static org.jvnet.localizer.Localizable _Date_details_minute()
          Minute
static org.jvnet.localizer.Localizable _Date_details_month()
          Month
static org.jvnet.localizer.Localizable _Date_details_second()
          Second
static org.jvnet.localizer.Localizable _Date_details_year()
          Year
static org.jvnet.localizer.Localizable _DateMetadataDefinition_BadDay()
          day value has to be between 1 and 31
static org.jvnet.localizer.Localizable _DateMetadataDefinition_BadHour()
          hour value has to be between 0 and 23
static org.jvnet.localizer.Localizable _DateMetadataDefinition_BadMinute()
          minute value has to be between 0 and 59
static org.jvnet.localizer.Localizable _DateMetadataDefinition_BadMonth()
          month value has to be between 1 and 12
static org.jvnet.localizer.Localizable _DateMetadataDefinition_BadSecond()
          second value has to be between 0 and 59
static org.jvnet.localizer.Localizable _DateMetadataDefinition_DisplayName()
          Date
static org.jvnet.localizer.Localizable _DateMetadataValue_BadDate()
          Bad date time format
static org.jvnet.localizer.Localizable _DateMetadataValue_DisplayName()
          Date
static org.jvnet.localizer.Localizable _Default_Locale()
          en
static org.jvnet.localizer.Localizable _MetadataChecks_NameContainsWhitespace()
          Name contains whitespace
static org.jvnet.localizer.Localizable _MetadataChecks_NoNameGiven()
          Please enter a name
static org.jvnet.localizer.Localizable _MetadataChecks_NotANumber(Object arg1)
          {0} is not a number
static org.jvnet.localizer.Localizable _MetadataJobProperty_DisplayName()
          Metadata
static org.jvnet.localizer.Localizable _MetadataNodeProperty_DisplayName()
          Metadata
static org.jvnet.localizer.Localizable _NumberMetadataDefinition_DisplayName()
          Number
static org.jvnet.localizer.Localizable _NumberMetadataValue_DisplayName()
          Number
static org.jvnet.localizer.Localizable _Permission_Configure_definitions()
          Use the Metadata configuration page
static org.jvnet.localizer.Localizable _Permission_Metadata()
          Metadata
static org.jvnet.localizer.Localizable _Permission_Read()
          Read Metadata via CLI
static org.jvnet.localizer.Localizable _Permission_Replace()
          Replace Metadata via CLI
static org.jvnet.localizer.Localizable _Permission_Update()
          Update Metadata via CLI
static org.jvnet.localizer.Localizable _SearchPage_DisplayName()
          Metadata Search
static org.jvnet.localizer.Localizable _StringMetadataDefinition_DisplayName()
          String
static org.jvnet.localizer.Localizable _StringMetadataValue_DisplayName()
          String
static org.jvnet.localizer.Localizable _TreeNodeMetadataDefinition_DisplayName()
          Node
static org.jvnet.localizer.Localizable _TreeNodeMetadataValue_DisplayName()
          Node
static org.jvnet.localizer.Localizable _UpdateMetadataCommand_ShortDescription()
          Update or add metadata to a node or job.
static org.jvnet.localizer.Localizable _ViewFilter_DisplayName()
          Metadata View Filter
static String Actions_DisplayName()
          Metadata
static String BuildContributorsController_LogMessage_Collecting()
          Collecting metadata...
static String BuildContributorsController_LogMessage_CopyFailure(Object arg1)
          [WARNING] Could not copy the job metadata: {0}
static String BuildContributorsController_LogMessage_Done()
          Metadata collection done.
static String BuildContributorsController_LogMessage_LeftOvers(Object arg1)
          [WARNING] The following metadata could not be added due to conflict with existing values:{0}
static String ConfigurationPage_DisplayName()
          MetadataConfiguration
static String Date_details_day()
          Day
static String Date_details_hour()
          Hour
static String Date_details_minute()
          Minute
static String Date_details_month()
          Month
static String Date_details_second()
          Second
static String Date_details_year()
          Year
static String DateMetadataDefinition_BadDay()
          day value has to be between 1 and 31
static String DateMetadataDefinition_BadHour()
          hour value has to be between 0 and 23
static String DateMetadataDefinition_BadMinute()
          minute value has to be between 0 and 59
static String DateMetadataDefinition_BadMonth()
          month value has to be between 1 and 12
static String DateMetadataDefinition_BadSecond()
          second value has to be between 0 and 59
static String DateMetadataDefinition_DisplayName()
          Date
static String DateMetadataValue_BadDate()
          Bad date time format
static String DateMetadataValue_DisplayName()
          Date
static String Default_Locale()
          en
static String MetadataChecks_NameContainsWhitespace()
          Name contains whitespace
static String MetadataChecks_NoNameGiven()
          Please enter a name
static String MetadataChecks_NotANumber(Object arg1)
          {0} is not a number
static String MetadataJobProperty_DisplayName()
          Metadata
static String MetadataNodeProperty_DisplayName()
          Metadata
static String NumberMetadataDefinition_DisplayName()
          Number
static String NumberMetadataValue_DisplayName()
          Number
static String Permission_Configure_definitions()
          Use the Metadata configuration page
static String Permission_Metadata()
          Metadata
static String Permission_Read()
          Read Metadata via CLI
static String Permission_Replace()
          Replace Metadata via CLI
static String Permission_Update()
          Update Metadata via CLI
static String SearchPage_DisplayName()
          Metadata Search
static String StringMetadataDefinition_DisplayName()
          String
static String StringMetadataValue_DisplayName()
          String
static String TreeNodeMetadataDefinition_DisplayName()
          Node
static String TreeNodeMetadataValue_DisplayName()
          Node
static String UpdateMetadataCommand_ShortDescription()
          Update or add metadata to a node or job.
static String ViewFilter_DisplayName()
          Metadata View Filter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

UpdateMetadataCommand_ShortDescription

public static String UpdateMetadataCommand_ShortDescription()
Update or add metadata to a node or job.


_UpdateMetadataCommand_ShortDescription

public static org.jvnet.localizer.Localizable _UpdateMetadataCommand_ShortDescription()
Update or add metadata to a node or job.


Permission_Configure_definitions

public static String Permission_Configure_definitions()
Use the Metadata configuration page


_Permission_Configure_definitions

public static org.jvnet.localizer.Localizable _Permission_Configure_definitions()
Use the Metadata configuration page


MetadataChecks_NotANumber

public static String MetadataChecks_NotANumber(Object arg1)
{0} is not a number


_MetadataChecks_NotANumber

public static org.jvnet.localizer.Localizable _MetadataChecks_NotANumber(Object arg1)
{0} is not a number


NumberMetadataValue_DisplayName

public static String NumberMetadataValue_DisplayName()
Number


_NumberMetadataValue_DisplayName

public static org.jvnet.localizer.Localizable _NumberMetadataValue_DisplayName()
Number


Permission_Update

public static String Permission_Update()
Update Metadata via CLI


_Permission_Update

public static org.jvnet.localizer.Localizable _Permission_Update()
Update Metadata via CLI


Date_details_minute

public static String Date_details_minute()
Minute


_Date_details_minute

public static org.jvnet.localizer.Localizable _Date_details_minute()
Minute


DateMetadataDefinition_BadMonth

public static String DateMetadataDefinition_BadMonth()
month value has to be between 1 and 12


_DateMetadataDefinition_BadMonth

public static org.jvnet.localizer.Localizable _DateMetadataDefinition_BadMonth()
month value has to be between 1 and 12


SearchPage_DisplayName

public static String SearchPage_DisplayName()
Metadata Search


_SearchPage_DisplayName

public static org.jvnet.localizer.Localizable _SearchPage_DisplayName()
Metadata Search


BuildContributorsController_LogMessage_LeftOvers

public static String BuildContributorsController_LogMessage_LeftOvers(Object arg1)
[WARNING] The following metadata could not be added due to conflict with existing values:{0}


_BuildContributorsController_LogMessage_LeftOvers

public static org.jvnet.localizer.Localizable _BuildContributorsController_LogMessage_LeftOvers(Object arg1)
[WARNING] The following metadata could not be added due to conflict with existing values:{0}


MetadataChecks_NameContainsWhitespace

public static String MetadataChecks_NameContainsWhitespace()
Name contains whitespace


_MetadataChecks_NameContainsWhitespace

public static org.jvnet.localizer.Localizable _MetadataChecks_NameContainsWhitespace()
Name contains whitespace


StringMetadataValue_DisplayName

public static String StringMetadataValue_DisplayName()
String


_StringMetadataValue_DisplayName

public static org.jvnet.localizer.Localizable _StringMetadataValue_DisplayName()
String


BuildContributorsController_LogMessage_CopyFailure

public static String BuildContributorsController_LogMessage_CopyFailure(Object arg1)
[WARNING] Could not copy the job metadata: {0}


_BuildContributorsController_LogMessage_CopyFailure

public static org.jvnet.localizer.Localizable _BuildContributorsController_LogMessage_CopyFailure(Object arg1)
[WARNING] Could not copy the job metadata: {0}


Default_Locale

public static String Default_Locale()
en


_Default_Locale

public static org.jvnet.localizer.Localizable _Default_Locale()
en


DateMetadataDefinition_DisplayName

public static String DateMetadataDefinition_DisplayName()
Date


_DateMetadataDefinition_DisplayName

public static org.jvnet.localizer.Localizable _DateMetadataDefinition_DisplayName()
Date


MetadataJobProperty_DisplayName

public static String MetadataJobProperty_DisplayName()
Metadata


_MetadataJobProperty_DisplayName

public static org.jvnet.localizer.Localizable _MetadataJobProperty_DisplayName()
Metadata


ViewFilter_DisplayName

public static String ViewFilter_DisplayName()
Metadata View Filter


_ViewFilter_DisplayName

public static org.jvnet.localizer.Localizable _ViewFilter_DisplayName()
Metadata View Filter


Date_details_year

public static String Date_details_year()
Year


_Date_details_year

public static org.jvnet.localizer.Localizable _Date_details_year()
Year


DateMetadataDefinition_BadDay

public static String DateMetadataDefinition_BadDay()
day value has to be between 1 and 31


_DateMetadataDefinition_BadDay

public static org.jvnet.localizer.Localizable _DateMetadataDefinition_BadDay()
day value has to be between 1 and 31


DateMetadataDefinition_BadMinute

public static String DateMetadataDefinition_BadMinute()
minute value has to be between 0 and 59


_DateMetadataDefinition_BadMinute

public static org.jvnet.localizer.Localizable _DateMetadataDefinition_BadMinute()
minute value has to be between 0 and 59


Permission_Read

public static String Permission_Read()
Read Metadata via CLI


_Permission_Read

public static org.jvnet.localizer.Localizable _Permission_Read()
Read Metadata via CLI


DateMetadataValue_BadDate

public static String DateMetadataValue_BadDate()
Bad date time format


_DateMetadataValue_BadDate

public static org.jvnet.localizer.Localizable _DateMetadataValue_BadDate()
Bad date time format


Date_details_second

public static String Date_details_second()
Second


_Date_details_second

public static org.jvnet.localizer.Localizable _Date_details_second()
Second


BuildContributorsController_LogMessage_Collecting

public static String BuildContributorsController_LogMessage_Collecting()
Collecting metadata...


_BuildContributorsController_LogMessage_Collecting

public static org.jvnet.localizer.Localizable _BuildContributorsController_LogMessage_Collecting()
Collecting metadata...


ConfigurationPage_DisplayName

public static String ConfigurationPage_DisplayName()
MetadataConfiguration


_ConfigurationPage_DisplayName

public static org.jvnet.localizer.Localizable _ConfigurationPage_DisplayName()
MetadataConfiguration


NumberMetadataDefinition_DisplayName

public static String NumberMetadataDefinition_DisplayName()
Number


_NumberMetadataDefinition_DisplayName

public static org.jvnet.localizer.Localizable _NumberMetadataDefinition_DisplayName()
Number


DateMetadataDefinition_BadHour

public static String DateMetadataDefinition_BadHour()
hour value has to be between 0 and 23


_DateMetadataDefinition_BadHour

public static org.jvnet.localizer.Localizable _DateMetadataDefinition_BadHour()
hour value has to be between 0 and 23


Permission_Metadata

public static String Permission_Metadata()
Metadata


_Permission_Metadata

public static org.jvnet.localizer.Localizable _Permission_Metadata()
Metadata


Permission_Replace

public static String Permission_Replace()
Replace Metadata via CLI


_Permission_Replace

public static org.jvnet.localizer.Localizable _Permission_Replace()
Replace Metadata via CLI


Date_details_month

public static String Date_details_month()
Month


_Date_details_month

public static org.jvnet.localizer.Localizable _Date_details_month()
Month


MetadataNodeProperty_DisplayName

public static String MetadataNodeProperty_DisplayName()
Metadata


_MetadataNodeProperty_DisplayName

public static org.jvnet.localizer.Localizable _MetadataNodeProperty_DisplayName()
Metadata


TreeNodeMetadataDefinition_DisplayName

public static String TreeNodeMetadataDefinition_DisplayName()
Node


_TreeNodeMetadataDefinition_DisplayName

public static org.jvnet.localizer.Localizable _TreeNodeMetadataDefinition_DisplayName()
Node


Date_details_hour

public static String Date_details_hour()
Hour


_Date_details_hour

public static org.jvnet.localizer.Localizable _Date_details_hour()
Hour


Actions_DisplayName

public static String Actions_DisplayName()
Metadata


_Actions_DisplayName

public static org.jvnet.localizer.Localizable _Actions_DisplayName()
Metadata


MetadataChecks_NoNameGiven

public static String MetadataChecks_NoNameGiven()
Please enter a name


_MetadataChecks_NoNameGiven

public static org.jvnet.localizer.Localizable _MetadataChecks_NoNameGiven()
Please enter a name


DateMetadataDefinition_BadSecond

public static String DateMetadataDefinition_BadSecond()
second value has to be between 0 and 59


_DateMetadataDefinition_BadSecond

public static org.jvnet.localizer.Localizable _DateMetadataDefinition_BadSecond()
second value has to be between 0 and 59


StringMetadataDefinition_DisplayName

public static String StringMetadataDefinition_DisplayName()
String


_StringMetadataDefinition_DisplayName

public static org.jvnet.localizer.Localizable _StringMetadataDefinition_DisplayName()
String


DateMetadataValue_DisplayName

public static String DateMetadataValue_DisplayName()
Date


_DateMetadataValue_DisplayName

public static org.jvnet.localizer.Localizable _DateMetadataValue_DisplayName()
Date


BuildContributorsController_LogMessage_Done

public static String BuildContributorsController_LogMessage_Done()
Metadata collection done.


_BuildContributorsController_LogMessage_Done

public static org.jvnet.localizer.Localizable _BuildContributorsController_LogMessage_Done()
Metadata collection done.


Date_details_day

public static String Date_details_day()
Day


_Date_details_day

public static org.jvnet.localizer.Localizable _Date_details_day()
Day


TreeNodeMetadataValue_DisplayName

public static String TreeNodeMetadataValue_DisplayName()
Node


_TreeNodeMetadataValue_DisplayName

public static org.jvnet.localizer.Localizable _TreeNodeMetadataValue_DisplayName()
Node



Copyright © 2004-2013. All Rights Reserved.