Class Messages
- java.lang.Object
 - 
- de.tsystems.mms.apm.performancesignature.dynatrace.configuration.Messages
 
 
- 
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class. 
- 
- 
Constructor Summary
Constructors Constructor Description Messages() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable_GenericTestCase_DisplayName()KeyGenericTestCase.DisplayName:Generic test case.static org.jvnet.localizer.Localizable_PerfSigRecorder_DelayNotValid()KeyPerfSigRecorder.DelayNotValid:the delay value is not valid.static org.jvnet.localizer.Localizable_PerfSigRecorder_DTProfileNotValid()KeyPerfSigRecorder.DTProfileNotValid:Dynatrace profile cannot be empty.static org.jvnet.localizer.Localizable_PerfSigRecorder_DTServerUrlNotValid()KeyPerfSigRecorder.DTServerUrlNotValid:Dynatrace server url is not valid.static org.jvnet.localizer.Localizable_PerfSigRecorder_RetryCountNotValid()KeyPerfSigRecorder.RetryCountNotValid:the retry count value is not valid.static org.jvnet.localizer.Localizable_PerfSigRecorder_TestConnectionNotSuccessful()KeyPerfSigRecorder.TestConnectionNotSuccessful:connection with Dynatrace REST interface could not be established.static org.jvnet.localizer.Localizable_PerfSigRecorder_TestConnectionSuccessful()KeyPerfSigRecorder.TestConnectionSuccessful:connection successful.static org.jvnet.localizer.Localizable_UnitTestCase_DisplayName()KeyUnitTestCase.DisplayName:UnitTest test case.static StringGenericTestCase_DisplayName()KeyGenericTestCase.DisplayName:Generic test case.static StringPerfSigRecorder_DelayNotValid()KeyPerfSigRecorder.DelayNotValid:the delay value is not valid.static StringPerfSigRecorder_DTProfileNotValid()KeyPerfSigRecorder.DTProfileNotValid:Dynatrace profile cannot be empty.static StringPerfSigRecorder_DTServerUrlNotValid()KeyPerfSigRecorder.DTServerUrlNotValid:Dynatrace server url is not valid.static StringPerfSigRecorder_RetryCountNotValid()KeyPerfSigRecorder.RetryCountNotValid:the retry count value is not valid.static StringPerfSigRecorder_TestConnectionNotSuccessful()KeyPerfSigRecorder.TestConnectionNotSuccessful:connection with Dynatrace REST interface could not be established.static StringPerfSigRecorder_TestConnectionSuccessful()KeyPerfSigRecorder.TestConnectionSuccessful:connection successful.static StringUnitTestCase_DisplayName()KeyUnitTestCase.DisplayName:UnitTest test case. 
 - 
 
- 
- 
Method Detail
- 
PerfSigRecorder_DTServerUrlNotValid
public static String PerfSigRecorder_DTServerUrlNotValid()
KeyPerfSigRecorder.DTServerUrlNotValid:Dynatrace server url is not valid.- Returns:
 Dynatrace server url is not valid
 
- 
_PerfSigRecorder_DTServerUrlNotValid
public static org.jvnet.localizer.Localizable _PerfSigRecorder_DTServerUrlNotValid()
KeyPerfSigRecorder.DTServerUrlNotValid:Dynatrace server url is not valid.- Returns:
 Dynatrace server url is not valid
 
- 
PerfSigRecorder_DTProfileNotValid
public static String PerfSigRecorder_DTProfileNotValid()
KeyPerfSigRecorder.DTProfileNotValid:Dynatrace profile cannot be empty.- Returns:
 Dynatrace profile cannot be empty
 
- 
_PerfSigRecorder_DTProfileNotValid
public static org.jvnet.localizer.Localizable _PerfSigRecorder_DTProfileNotValid()
KeyPerfSigRecorder.DTProfileNotValid:Dynatrace profile cannot be empty.- Returns:
 Dynatrace profile cannot be empty
 
- 
UnitTestCase_DisplayName
public static String UnitTestCase_DisplayName()
KeyUnitTestCase.DisplayName:UnitTest test case.- Returns:
 UnitTest test case
 
- 
_UnitTestCase_DisplayName
public static org.jvnet.localizer.Localizable _UnitTestCase_DisplayName()
KeyUnitTestCase.DisplayName:UnitTest test case.- Returns:
 UnitTest test case
 
- 
PerfSigRecorder_TestConnectionNotSuccessful
public static String PerfSigRecorder_TestConnectionNotSuccessful()
KeyPerfSigRecorder.TestConnectionNotSuccessful:connection with Dynatrace REST interface could not be established.- Returns:
 connection with Dynatrace REST interface could not be established
 
- 
_PerfSigRecorder_TestConnectionNotSuccessful
public static org.jvnet.localizer.Localizable _PerfSigRecorder_TestConnectionNotSuccessful()
KeyPerfSigRecorder.TestConnectionNotSuccessful:connection with Dynatrace REST interface could not be established.- Returns:
 connection with Dynatrace REST interface could not be established
 
- 
PerfSigRecorder_RetryCountNotValid
public static String PerfSigRecorder_RetryCountNotValid()
KeyPerfSigRecorder.RetryCountNotValid:the retry count value is not valid.- Returns:
 the retry count value is not valid
 
- 
_PerfSigRecorder_RetryCountNotValid
public static org.jvnet.localizer.Localizable _PerfSigRecorder_RetryCountNotValid()
KeyPerfSigRecorder.RetryCountNotValid:the retry count value is not valid.- Returns:
 the retry count value is not valid
 
- 
PerfSigRecorder_TestConnectionSuccessful
public static String PerfSigRecorder_TestConnectionSuccessful()
KeyPerfSigRecorder.TestConnectionSuccessful:connection successful.- Returns:
 connection successful
 
- 
_PerfSigRecorder_TestConnectionSuccessful
public static org.jvnet.localizer.Localizable _PerfSigRecorder_TestConnectionSuccessful()
KeyPerfSigRecorder.TestConnectionSuccessful:connection successful.- Returns:
 connection successful
 
- 
PerfSigRecorder_DelayNotValid
public static String PerfSigRecorder_DelayNotValid()
KeyPerfSigRecorder.DelayNotValid:the delay value is not valid.- Returns:
 the delay value is not valid
 
- 
_PerfSigRecorder_DelayNotValid
public static org.jvnet.localizer.Localizable _PerfSigRecorder_DelayNotValid()
KeyPerfSigRecorder.DelayNotValid:the delay value is not valid.- Returns:
 the delay value is not valid
 
- 
GenericTestCase_DisplayName
public static String GenericTestCase_DisplayName()
KeyGenericTestCase.DisplayName:Generic test case.- Returns:
 Generic test case
 
- 
_GenericTestCase_DisplayName
public static org.jvnet.localizer.Localizable _GenericTestCase_DisplayName()
KeyGenericTestCase.DisplayName:Generic test case.- Returns:
 Generic test case
 
 - 
 
 -