|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.praqma.jenkins.plugin.prqa.notifier.Messages
public class Messages
| Constructor Summary | |
|---|---|
Messages()
|
|
| Method Summary | |
|---|---|
static org.jvnet.localizer.Localizable |
_PRQAGlobalConfig_ConfigurationExists()
A configuration with that name already exists |
static org.jvnet.localizer.Localizable |
_PRQAGlobalConfig_ConfigurationName()
Configuration name must be set |
static org.jvnet.localizer.Localizable |
_PRQANotifier_CopyToTarget(Object arg1)
Copying report to following target: {0} |
static org.jvnet.localizer.Localizable |
_PRQANotifier_FailedGettingResults()
Failed getting results |
static org.jvnet.localizer.Localizable |
_PRQANotifier_FileComplianceRequirementNotMet(Object arg1,
Object arg2)
File Compliance Index not met, was {0} and the requirement is {1} |
static org.jvnet.localizer.Localizable |
_PRQANotifier_FoundReport(Object arg1)
Found report. |
static org.jvnet.localizer.Localizable |
_PRQANotifier_IllegalVcsString()
Illegal vcs file |
static org.jvnet.localizer.Localizable |
_PRQANotifier_MaxMessagesRequirementNotMet(Object arg1,
Object arg2)
Max messages requirement not met, was {0} and the requirement is {1} |
static org.jvnet.localizer.Localizable |
_PRQANotifier_MustEndWithDotXml()
Not a valid xml file name |
static org.jvnet.localizer.Localizable |
_PRQANotifier_NoPreviousResults()
No previous successful builds |
static org.jvnet.localizer.Localizable |
_PRQANotifier_NoReports()
No reports selected. |
static org.jvnet.localizer.Localizable |
_PRQANotifier_PreviousResultBuildNumber(Object arg1)
Previous result (build number {0}) |
static org.jvnet.localizer.Localizable |
_PRQANotifier_ProgrammingResearchReport()
Programming Research Report |
static org.jvnet.localizer.Localizable |
_PRQANotifier_ProjectComplianceIndexRequirementNotMet(Object arg1,
Object arg2)
Project Compliance Index not met, was {0} and the requirement is {1} |
static org.jvnet.localizer.Localizable |
_PRQANotifier_ReportGenerateText()
This job will create a report with the following selected parameters: |
static org.jvnet.localizer.Localizable |
_PRQANotifier_ReportSelectedProduct()
QAR selected product: |
static org.jvnet.localizer.Localizable |
_PRQANotifier_ReportSelectedProjectFile()
QAR selected project file: |
static org.jvnet.localizer.Localizable |
_PRQANotifier_ReportSelectedReportType()
QAR selected report type: |
static org.jvnet.localizer.Localizable |
_PRQANotifier_ReportsFailed()
Report generation failed |
static org.jvnet.localizer.Localizable |
_PRQANotifier_ScannedValues()
Scanned the following values: |
static org.jvnet.localizer.Localizable |
_PRQANotifier_SkipOk()
Skipped report generation - Everything OK |
static org.jvnet.localizer.Localizable |
_PRQANotifier_SuccesCopyReport()
Succesfully copied report |
static org.jvnet.localizer.Localizable |
_PRQANotifier_SuccesFileCopy(Object arg1)
Succesfully copied file {0} to artifact directory |
static org.jvnet.localizer.Localizable |
_PRQANotifier_UseNoDecimals()
Not a valid number, use a number without decimals |
static org.jvnet.localizer.Localizable |
_PRQANotifier_WrongDecimalPunctuation()
Value is not a valid decimal number, use . |
static org.jvnet.localizer.Localizable |
_PRQANotifier_WrongDecimalValue()
Decimal must be non-negative |
static org.jvnet.localizer.Localizable |
_PRQANotifier_WrongInteger()
Number of messages must be zero or greater |
static org.jvnet.localizer.Localizable |
_PRQARemote_AnalyzeWithTool()
Analyzing with tool: |
static org.jvnet.localizer.Localizable |
_PRQARemote_AttemptDelete(Object arg1)
Deleting old log file: {0} |
static org.jvnet.localizer.Localizable |
_PRQARemote_BeginUploadProc()
Beginning QA Verify upload procedure |
static org.jvnet.localizer.Localizable |
_PRQARemote_Disabled()
Report generation disabled |
static org.jvnet.localizer.Localizable |
_PRQARemote_ExecuteUploadCommand()
Executing the following upload command: |
static org.jvnet.localizer.Localizable |
_PRQARemote_ExecutingCommand()
Excecuting the following report command: |
static org.jvnet.localizer.Localizable |
_PRQARemote_FinishSucces()
Finished remote reporting. |
static org.jvnet.localizer.Localizable |
_PRQARemote_QARVersion()
Using QAR version: |
static org.jvnet.localizer.Localizable |
_PRQARemote_QAVUploadSucces()
Finished QA Verify upload succesfully |
static org.jvnet.localizer.Localizable |
_PRQARemote_SuccesfulDelete(Object arg1)
Succesfully deleted old log file: {0} |
static org.jvnet.localizer.Localizable |
_PRQARemote_SuccesXNumDelete(Object arg1)
Sucessfully cleaned up {0} old file(s) |
static String |
PRQAGlobalConfig_ConfigurationExists()
A configuration with that name already exists |
static String |
PRQAGlobalConfig_ConfigurationName()
Configuration name must be set |
static String |
PRQANotifier_CopyToTarget(Object arg1)
Copying report to following target: {0} |
static String |
PRQANotifier_FailedGettingResults()
Failed getting results |
static String |
PRQANotifier_FileComplianceRequirementNotMet(Object arg1,
Object arg2)
File Compliance Index not met, was {0} and the requirement is {1} |
static String |
PRQANotifier_FoundReport(Object arg1)
Found report. |
static String |
PRQANotifier_IllegalVcsString()
Illegal vcs file |
static String |
PRQANotifier_MaxMessagesRequirementNotMet(Object arg1,
Object arg2)
Max messages requirement not met, was {0} and the requirement is {1} |
static String |
PRQANotifier_MustEndWithDotXml()
Not a valid xml file name |
static String |
PRQANotifier_NoPreviousResults()
No previous successful builds |
static String |
PRQANotifier_NoReports()
No reports selected. |
static String |
PRQANotifier_PreviousResultBuildNumber(Object arg1)
Previous result (build number {0}) |
static String |
PRQANotifier_ProgrammingResearchReport()
Programming Research Report |
static String |
PRQANotifier_ProjectComplianceIndexRequirementNotMet(Object arg1,
Object arg2)
Project Compliance Index not met, was {0} and the requirement is {1} |
static String |
PRQANotifier_ReportGenerateText()
This job will create a report with the following selected parameters: |
static String |
PRQANotifier_ReportSelectedProduct()
QAR selected product: |
static String |
PRQANotifier_ReportSelectedProjectFile()
QAR selected project file: |
static String |
PRQANotifier_ReportSelectedReportType()
QAR selected report type: |
static String |
PRQANotifier_ReportsFailed()
Report generation failed |
static String |
PRQANotifier_ScannedValues()
Scanned the following values: |
static String |
PRQANotifier_SkipOk()
Skipped report generation - Everything OK |
static String |
PRQANotifier_SuccesCopyReport()
Succesfully copied report |
static String |
PRQANotifier_SuccesFileCopy(Object arg1)
Succesfully copied file {0} to artifact directory |
static String |
PRQANotifier_UseNoDecimals()
Not a valid number, use a number without decimals |
static String |
PRQANotifier_WrongDecimalPunctuation()
Value is not a valid decimal number, use . |
static String |
PRQANotifier_WrongDecimalValue()
Decimal must be non-negative |
static String |
PRQANotifier_WrongInteger()
Number of messages must be zero or greater |
static String |
PRQARemote_AnalyzeWithTool()
Analyzing with tool: |
static String |
PRQARemote_AttemptDelete(Object arg1)
Deleting old log file: {0} |
static String |
PRQARemote_BeginUploadProc()
Beginning QA Verify upload procedure |
static String |
PRQARemote_Disabled()
Report generation disabled |
static String |
PRQARemote_ExecuteUploadCommand()
Executing the following upload command: |
static String |
PRQARemote_ExecutingCommand()
Excecuting the following report command: |
static String |
PRQARemote_FinishSucces()
Finished remote reporting. |
static String |
PRQARemote_QARVersion()
Using QAR version: |
static String |
PRQARemote_QAVUploadSucces()
Finished QA Verify upload succesfully |
static String |
PRQARemote_SuccesfulDelete(Object arg1)
Succesfully deleted old log file: {0} |
static String |
PRQARemote_SuccesXNumDelete(Object arg1)
Sucessfully cleaned up {0} old file(s) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Messages()
| Method Detail |
|---|
public static String PRQANotifier_ProjectComplianceIndexRequirementNotMet(Object arg1,
Object arg2)
public static org.jvnet.localizer.Localizable _PRQANotifier_ProjectComplianceIndexRequirementNotMet(Object arg1,
Object arg2)
public static String PRQANotifier_ReportSelectedReportType()
public static org.jvnet.localizer.Localizable _PRQANotifier_ReportSelectedReportType()
public static String PRQARemote_QARVersion()
public static org.jvnet.localizer.Localizable _PRQARemote_QARVersion()
public static String PRQANotifier_MustEndWithDotXml()
public static org.jvnet.localizer.Localizable _PRQANotifier_MustEndWithDotXml()
public static String PRQANotifier_UseNoDecimals()
public static org.jvnet.localizer.Localizable _PRQANotifier_UseNoDecimals()
public static String PRQANotifier_SuccesFileCopy(Object arg1)
public static org.jvnet.localizer.Localizable _PRQANotifier_SuccesFileCopy(Object arg1)
public static String PRQARemote_QAVUploadSucces()
public static org.jvnet.localizer.Localizable _PRQARemote_QAVUploadSucces()
public static String PRQANotifier_ScannedValues()
public static org.jvnet.localizer.Localizable _PRQANotifier_ScannedValues()
public static String PRQARemote_SuccesXNumDelete(Object arg1)
public static org.jvnet.localizer.Localizable _PRQARemote_SuccesXNumDelete(Object arg1)
public static String PRQANotifier_SkipOk()
public static org.jvnet.localizer.Localizable _PRQANotifier_SkipOk()
public static String PRQANotifier_SuccesCopyReport()
public static org.jvnet.localizer.Localizable _PRQANotifier_SuccesCopyReport()
public static String PRQAGlobalConfig_ConfigurationExists()
public static org.jvnet.localizer.Localizable _PRQAGlobalConfig_ConfigurationExists()
public static String PRQANotifier_FoundReport(Object arg1)
public static org.jvnet.localizer.Localizable _PRQANotifier_FoundReport(Object arg1)
public static String PRQANotifier_CopyToTarget(Object arg1)
public static org.jvnet.localizer.Localizable _PRQANotifier_CopyToTarget(Object arg1)
public static String PRQARemote_ExecuteUploadCommand()
public static org.jvnet.localizer.Localizable _PRQARemote_ExecuteUploadCommand()
public static String PRQANotifier_PreviousResultBuildNumber(Object arg1)
public static org.jvnet.localizer.Localizable _PRQANotifier_PreviousResultBuildNumber(Object arg1)
public static String PRQANotifier_ProgrammingResearchReport()
public static org.jvnet.localizer.Localizable _PRQANotifier_ProgrammingResearchReport()
public static String PRQANotifier_FailedGettingResults()
public static org.jvnet.localizer.Localizable _PRQANotifier_FailedGettingResults()
public static String PRQANotifier_IllegalVcsString()
public static org.jvnet.localizer.Localizable _PRQANotifier_IllegalVcsString()
public static String PRQANotifier_WrongDecimalPunctuation()
public static org.jvnet.localizer.Localizable _PRQANotifier_WrongDecimalPunctuation()
public static String PRQARemote_AttemptDelete(Object arg1)
public static org.jvnet.localizer.Localizable _PRQARemote_AttemptDelete(Object arg1)
public static String PRQAGlobalConfig_ConfigurationName()
public static org.jvnet.localizer.Localizable _PRQAGlobalConfig_ConfigurationName()
public static String PRQARemote_FinishSucces()
public static org.jvnet.localizer.Localizable _PRQARemote_FinishSucces()
public static String PRQARemote_SuccesfulDelete(Object arg1)
public static org.jvnet.localizer.Localizable _PRQARemote_SuccesfulDelete(Object arg1)
public static String PRQANotifier_FileComplianceRequirementNotMet(Object arg1,
Object arg2)
public static org.jvnet.localizer.Localizable _PRQANotifier_FileComplianceRequirementNotMet(Object arg1,
Object arg2)
public static String PRQANotifier_WrongDecimalValue()
public static org.jvnet.localizer.Localizable _PRQANotifier_WrongDecimalValue()
public static String PRQANotifier_ReportSelectedProduct()
public static org.jvnet.localizer.Localizable _PRQANotifier_ReportSelectedProduct()
public static String PRQANotifier_MaxMessagesRequirementNotMet(Object arg1,
Object arg2)
public static org.jvnet.localizer.Localizable _PRQANotifier_MaxMessagesRequirementNotMet(Object arg1,
Object arg2)
public static String PRQARemote_BeginUploadProc()
public static org.jvnet.localizer.Localizable _PRQARemote_BeginUploadProc()
public static String PRQARemote_Disabled()
public static org.jvnet.localizer.Localizable _PRQARemote_Disabled()
public static String PRQANotifier_NoPreviousResults()
public static org.jvnet.localizer.Localizable _PRQANotifier_NoPreviousResults()
public static String PRQANotifier_WrongInteger()
public static org.jvnet.localizer.Localizable _PRQANotifier_WrongInteger()
public static String PRQARemote_ExecutingCommand()
public static org.jvnet.localizer.Localizable _PRQARemote_ExecutingCommand()
public static String PRQANotifier_NoReports()
public static org.jvnet.localizer.Localizable _PRQANotifier_NoReports()
public static String PRQARemote_AnalyzeWithTool()
public static org.jvnet.localizer.Localizable _PRQARemote_AnalyzeWithTool()
public static String PRQANotifier_ReportsFailed()
public static org.jvnet.localizer.Localizable _PRQANotifier_ReportsFailed()
public static String PRQANotifier_ReportSelectedProjectFile()
public static org.jvnet.localizer.Localizable _PRQANotifier_ReportSelectedProjectFile()
public static String PRQANotifier_ReportGenerateText()
public static org.jvnet.localizer.Localizable _PRQANotifier_ReportGenerateText()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||