Class Messages

java.lang.Object
io.jenkins.plugins.railflow.jenkins.Messages

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
  • Constructor Details

    • Messages

      public Messages()
  • Method Details

    • cannotFindSelectedCredentials

      public static String cannotFindSelectedCredentials()
      Key cannotFindSelectedCredentials: Cannot find currently selected credentials.
      Returns:
      Cannot find currently selected credentials
    • _cannotFindSelectedCredentials

      public static org.jvnet.localizer.Localizable _cannotFindSelectedCredentials()
      Key cannotFindSelectedCredentials: Cannot find currently selected credentials.
      Returns:
      Cannot find currently selected credentials
    • searchModeName

      public static String searchModeName()
      Key searchModeName: Name.
      Returns:
      Name
    • _searchModeName

      public static org.jvnet.localizer.Localizable _searchModeName()
      Key searchModeName: Name.
      Returns:
      Name
    • testRailServersListIsEmpty

      public static String testRailServersListIsEmpty()
      Key testRailServersListIsEmpty: TestRail Server list is empty, please add at least one TestRail server on Jenkins Global Configuration page.
      Returns:
      TestRail Server list is empty, please add at least one TestRail server on Jenkins Global Configuration page
    • _testRailServersListIsEmpty

      public static org.jvnet.localizer.Localizable _testRailServersListIsEmpty()
      Key testRailServersListIsEmpty: TestRail Server list is empty, please add at least one TestRail server on Jenkins Global Configuration page.
      Returns:
      TestRail Server list is empty, please add at least one TestRail server on Jenkins Global Configuration page
    • reportFormatPytestRailflow

      public static String reportFormatPytestRailflow()
      Key reportFormatPytestRailflow: Railflow PyTest.
      Returns:
      Railflow PyTest
    • _reportFormatPytestRailflow

      public static org.jvnet.localizer.Localizable _reportFormatPytestRailflow()
      Key reportFormatPytestRailflow: Railflow PyTest.
      Returns:
      Railflow PyTest
    • reportFormatJunit

      public static String reportFormatJunit()
      Key reportFormatJunit: JUnit.
      Returns:
      JUnit
    • _reportFormatJunit

      public static org.jvnet.localizer.Localizable _reportFormatJunit()
      Key reportFormatJunit: JUnit.
      Returns:
      JUnit
    • virtualChannelIsNull

      public static String virtualChannelIsNull()
      Key virtualChannelIsNull: Could not get virtual channel.
      Returns:
      Could not get virtual channel
    • _virtualChannelIsNull

      public static org.jvnet.localizer.Localizable _virtualChannelIsNull()
      Key virtualChannelIsNull: Could not get virtual channel.
      Returns:
      Could not get virtual channel
    • reportFormatAllure

      public static String reportFormatAllure()
      Key reportFormatAllure: Allure.
      Returns:
      Allure
    • _reportFormatAllure

      public static org.jvnet.localizer.Localizable _reportFormatAllure()
      Key reportFormatAllure: Allure.
      Returns:
      Allure
    • globalConfigurationIsNull

      public static String globalConfigurationIsNull()
      Key globalConfigurationIsNull: Global configuration is null.
      Returns:
      Global configuration is null
    • _globalConfigurationIsNull

      public static org.jvnet.localizer.Localizable _globalConfigurationIsNull()
      Key globalConfigurationIsNull: Global configuration is null.
      Returns:
      Global configuration is null
    • licenseActivatedSuccess

      public static String licenseActivatedSuccess()
      Key licenseActivatedSuccess: Railflow license activated.
      Returns:
      Railflow license activated
    • _licenseActivatedSuccess

      public static org.jvnet.localizer.Localizable _licenseActivatedSuccess()
      Key licenseActivatedSuccess: Railflow license activated.
      Returns:
      Railflow license activated
    • reportFormatRobot

      public static String reportFormatRobot()
      Key reportFormatRobot: Robot.
      Returns:
      Robot
    • _reportFormatRobot

      public static org.jvnet.localizer.Localizable _reportFormatRobot()
      Key reportFormatRobot: Robot.
      Returns:
      Robot
    • testRailCredentialsNotSet

      public static String testRailCredentialsNotSet(Object arg0)
      Key testRailCredentialsNotSet: TestRail credentials are not set for the TestRail server: ''{0}''.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      TestRail credentials are not set for the TestRail server: ''{0}''
    • _testRailCredentialsNotSet

      public static org.jvnet.localizer.Localizable _testRailCredentialsNotSet(Object arg0)
      Key testRailCredentialsNotSet: TestRail credentials are not set for the TestRail server: ''{0}''.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      TestRail credentials are not set for the TestRail server: ''{0}''
    • jiraDoesNotExist

      public static String jiraDoesNotExist(Object arg0)
      Key jiraDoesNotExist: JIRA server with name ''{0}'' does not exist in the global configuration.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      JIRA server with name ''{0}'' does not exist in the global configuration
    • _jiraDoesNotExist

      public static org.jvnet.localizer.Localizable _jiraDoesNotExist(Object arg0)
      Key jiraDoesNotExist: JIRA server with name ''{0}'' does not exist in the global configuration.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      JIRA server with name ''{0}'' does not exist in the global configuration
    • reportFormatTestng

      public static String reportFormatTestng()
      Key reportFormatTestng: TestNG.
      Returns:
      TestNG
    • _reportFormatTestng

      public static org.jvnet.localizer.Localizable _reportFormatTestng()
      Key reportFormatTestng: TestNG.
      Returns:
      TestNG
    • logFailIfUploadTrue

      public static String logFailIfUploadTrue()
      Key logFailIfUploadTrue: Railflow: Fail if upload flag is set to true -> mark build as failed.
      Returns:
      Railflow: Fail if upload flag is set to true -> mark build as failed
    • _logFailIfUploadTrue

      public static org.jvnet.localizer.Localizable _logFailIfUploadTrue()
      Key logFailIfUploadTrue: Railflow: Fail if upload flag is set to true -> mark build as failed.
      Returns:
      Railflow: Fail if upload flag is set to true -> mark build as failed
    • postBuildDisplayName

      public static String postBuildDisplayName()
      Key postBuildDisplayName: Railflow Plugin: TestRail Test Results Processor.
      Returns:
      Railflow Plugin: TestRail Test Results Processor
    • _postBuildDisplayName

      public static org.jvnet.localizer.Localizable _postBuildDisplayName()
      Key postBuildDisplayName: Railflow Plugin: TestRail Test Results Processor.
      Returns:
      Railflow Plugin: TestRail Test Results Processor
    • jiraServerNameIsNull

      public static String jiraServerNameIsNull()
      Key jiraServerNameIsNull: JIRA server name is null.
      Returns:
      JIRA server name is null
    • _jiraServerNameIsNull

      public static org.jvnet.localizer.Localizable _jiraServerNameIsNull()
      Key jiraServerNameIsNull: JIRA server name is null.
      Returns:
      JIRA server name is null
    • jiraCredentialsNotSet

      public static String jiraCredentialsNotSet(Object arg0)
      Key jiraCredentialsNotSet: JIRA credentials are not set for the JIRA server: ''{0}''.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      JIRA credentials are not set for the JIRA server: ''{0}''
    • _jiraCredentialsNotSet

      public static org.jvnet.localizer.Localizable _jiraCredentialsNotSet(Object arg0)
      Key jiraCredentialsNotSet: JIRA credentials are not set for the JIRA server: ''{0}''.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      JIRA credentials are not set for the JIRA server: ''{0}''
    • sectionNameInTestPathIsRequiredInTrxReportFormat

      public static String sectionNameInTestPathIsRequiredInTrxReportFormat()
      Key sectionNameInTestPathIsRequiredInTrxReportFormat: In case of multiple suite project, please add suite name and section name, e.g.: Shopping Cart/Purchase.
      Returns:
      In case of multiple suite project, please add suite name and section name, e.g.: Shopping Cart/Purchase
    • _sectionNameInTestPathIsRequiredInTrxReportFormat

      public static org.jvnet.localizer.Localizable _sectionNameInTestPathIsRequiredInTrxReportFormat()
      Key sectionNameInTestPathIsRequiredInTrxReportFormat: In case of multiple suite project, please add suite name and section name, e.g.: Shopping Cart/Purchase.
      Returns:
      In case of multiple suite project, please add suite name and section name, e.g.: Shopping Cart/Purchase
    • runIdInvalid

      public static String runIdInvalid()
      Key runIdInvalid: The value of Test Run ID must be positive integer or string prefixed with `R`, e.g.: 123, R123, r123.
      Returns:
      The value of Test Run ID must be positive integer or string prefixed with `R`, e.g.: 123, R123, r123
    • _runIdInvalid

      public static org.jvnet.localizer.Localizable _runIdInvalid()
      Key runIdInvalid: The value of Test Run ID must be positive integer or string prefixed with `R`, e.g.: 123, R123, r123.
      Returns:
      The value of Test Run ID must be positive integer or string prefixed with `R`, e.g.: 123, R123, r123
    • cannotValidateExpressionBasedCredentials

      public static String cannotValidateExpressionBasedCredentials()
      Key cannotValidateExpressionBasedCredentials: Cannot validate expression based credentials.
      Returns:
      Cannot validate expression based credentials
    • _cannotValidateExpressionBasedCredentials

      public static org.jvnet.localizer.Localizable _cannotValidateExpressionBasedCredentials()
      Key cannotValidateExpressionBasedCredentials: Cannot validate expression based credentials.
      Returns:
      Cannot validate expression based credentials
    • logFailIfUploadFalse

      public static String logFailIfUploadFalse()
      Key logFailIfUploadFalse: Railflow: Fail if upload flag is set to false -> ignore errors in the build step.
      Returns:
      Railflow: Fail if upload flag is set to false -> ignore errors in the build step
    • _logFailIfUploadFalse

      public static org.jvnet.localizer.Localizable _logFailIfUploadFalse()
      Key logFailIfUploadFalse: Railflow: Fail if upload flag is set to false -> ignore errors in the build step.
      Returns:
      Railflow: Fail if upload flag is set to false -> ignore errors in the build step
    • noUploadConfigs

      public static String noUploadConfigs()
      Key noUploadConfigs: There are no Railflow configurations available. Please add at least one Railflow upload configuration.
      Returns:
      There are no Railflow configurations available. Please add at least one Railflow upload configuration
    • _noUploadConfigs

      public static org.jvnet.localizer.Localizable _noUploadConfigs()
      Key noUploadConfigs: There are no Railflow configurations available. Please add at least one Railflow upload configuration.
      Returns:
      There are no Railflow configurations available. Please add at least one Railflow upload configuration
    • searchModePath

      public static String searchModePath()
      Key searchModePath: Path.
      Returns:
      Path
    • _searchModePath

      public static org.jvnet.localizer.Localizable _searchModePath()
      Key searchModePath: Path.
      Returns:
      Path
    • milestonePathInvalid

      public static String milestonePathInvalid()
      Key milestonePathInvalid: You cannot add a sub-milestone to a sub-milestone (only one sub-milestone level is supported).
      Returns:
      You cannot add a sub-milestone to a sub-milestone (only one sub-milestone level is supported)
    • _milestonePathInvalid

      public static org.jvnet.localizer.Localizable _milestonePathInvalid()
      Key milestonePathInvalid: You cannot add a sub-milestone to a sub-milestone (only one sub-milestone level is supported).
      Returns:
      You cannot add a sub-milestone to a sub-milestone (only one sub-milestone level is supported)
    • noCreateNoUpdate

      public static String noCreateNoUpdate()
      Key noCreateNoUpdate: Do not create new cases and do not overwrite existing ones.
      Returns:
      Do not create new cases and do not overwrite existing ones
    • _noCreateNoUpdate

      public static org.jvnet.localizer.Localizable _noCreateNoUpdate()
      Key noCreateNoUpdate: Do not create new cases and do not overwrite existing ones.
      Returns:
      Do not create new cases and do not overwrite existing ones
    • thisFieldIsRequired

      public static String thisFieldIsRequired()
      Key thisFieldIsRequired: This field is required.
      Returns:
      This field is required
    • _thisFieldIsRequired

      public static org.jvnet.localizer.Localizable _thisFieldIsRequired()
      Key thisFieldIsRequired: This field is required.
      Returns:
      This field is required
    • jiraUrlIsRequired

      public static String jiraUrlIsRequired()
      Key jiraUrlIsRequired: JIRA URL is required.
      Returns:
      JIRA URL is required
    • _jiraUrlIsRequired

      public static org.jvnet.localizer.Localizable _jiraUrlIsRequired()
      Key jiraUrlIsRequired: JIRA URL is required.
      Returns:
      JIRA URL is required
    • licenseMissing

      public static String licenseMissing()
      Key licenseMissing: Railflow license is missing, please upload a valid license using Jenkins Global Configuration page.
      Returns:
      Railflow license is missing, please upload a valid license using Jenkins Global Configuration page
    • _licenseMissing

      public static org.jvnet.localizer.Localizable _licenseMissing()
      Key licenseMissing: Railflow license is missing, please upload a valid license using Jenkins Global Configuration page.
      Returns:
      Railflow license is missing, please upload a valid license using Jenkins Global Configuration page
    • pluginDisplayName

      public static String pluginDisplayName()
      Key pluginDisplayName: Railflow TestRail integration.
      Returns:
      Railflow TestRail integration
    • _pluginDisplayName

      public static org.jvnet.localizer.Localizable _pluginDisplayName()
      Key pluginDisplayName: Railflow TestRail integration.
      Returns:
      Railflow TestRail integration
    • testRailDoesNotExist

      public static String testRailDoesNotExist(Object arg0)
      Key testRailDoesNotExist: TestRail server with name ''{0}'' does not exist in the global configuration.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      TestRail server with name ''{0}'' does not exist in the global configuration
    • _testRailDoesNotExist

      public static org.jvnet.localizer.Localizable _testRailDoesNotExist(Object arg0)
      Key testRailDoesNotExist: TestRail server with name ''{0}'' does not exist in the global configuration.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      TestRail server with name ''{0}'' does not exist in the global configuration
    • reportFormatNunitSpecflow

      public static String reportFormatNunitSpecflow()
      Key reportFormatNunitSpecflow: NUnit SpecFlow.
      Returns:
      NUnit SpecFlow
    • _reportFormatNunitSpecflow

      public static org.jvnet.localizer.Localizable _reportFormatNunitSpecflow()
      Key reportFormatNunitSpecflow: NUnit SpecFlow.
      Returns:
      NUnit SpecFlow
    • testRailServersListIsNull

      public static String testRailServersListIsNull()
      Key testRailServersListIsNull: TestRail Server list is null, please add at least one TestRail server on Jenkins Global Configuration page.
      Returns:
      TestRail Server list is null, please add at least one TestRail server on Jenkins Global Configuration page
    • _testRailServersListIsNull

      public static org.jvnet.localizer.Localizable _testRailServersListIsNull()
      Key testRailServersListIsNull: TestRail Server list is null, please add at least one TestRail server on Jenkins Global Configuration page.
      Returns:
      TestRail Server list is null, please add at least one TestRail server on Jenkins Global Configuration page
    • validTestRailUrlFormat

      public static String validTestRailUrlFormat()
      Key validTestRailUrlFormat: TestRail URL should be http[s]://<testrail_server>[:<port>].
      Returns:
      TestRail URL should be http[s]://<testrail_server>[:<port>]
    • _validTestRailUrlFormat

      public static org.jvnet.localizer.Localizable _validTestRailUrlFormat()
      Key validTestRailUrlFormat: TestRail URL should be http[s]://<testrail_server>[:<port>].
      Returns:
      TestRail URL should be http[s]://<testrail_server>[:<port>]
    • testRailServerNameIsNull

      public static String testRailServerNameIsNull()
      Key testRailServerNameIsNull: TestRail server name is null.
      Returns:
      TestRail server name is null
    • _testRailServerNameIsNull

      public static org.jvnet.localizer.Localizable _testRailServerNameIsNull()
      Key testRailServerNameIsNull: TestRail server name is null.
      Returns:
      TestRail server name is null
    • testRailCredentialsNotFound

      public static String testRailCredentialsNotFound(Object arg0, Object arg1)
      Key testRailCredentialsNotFound: Cannot find credentials with ID: ''{0}'' for the TestRail server: ''{1}''.
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Cannot find credentials with ID: ''{0}'' for the TestRail server: ''{1}''
    • _testRailCredentialsNotFound

      public static org.jvnet.localizer.Localizable _testRailCredentialsNotFound(Object arg0, Object arg1)
      Key testRailCredentialsNotFound: Cannot find credentials with ID: ''{0}'' for the TestRail server: ''{1}''.
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Cannot find credentials with ID: ''{0}'' for the TestRail server: ''{1}''
    • createUpdate

      public static String createUpdate()
      Key createUpdate: Create new cases and overwrite existing ones.
      Returns:
      Create new cases and overwrite existing ones
    • _createUpdate

      public static org.jvnet.localizer.Localizable _createUpdate()
      Key createUpdate: Create new cases and overwrite existing ones.
      Returns:
      Create new cases and overwrite existing ones
    • noCreateUpdate

      public static String noCreateUpdate()
      Key noCreateUpdate: Do not create new cases and overwrite existing ones.
      Returns:
      Do not create new cases and overwrite existing ones
    • _noCreateUpdate

      public static org.jvnet.localizer.Localizable _noCreateUpdate()
      Key noCreateUpdate: Do not create new cases and overwrite existing ones.
      Returns:
      Do not create new cases and overwrite existing ones
    • reportFormatXunit

      public static String reportFormatXunit()
      Key reportFormatXunit: XUnit.
      Returns:
      XUnit
    • _reportFormatXunit

      public static org.jvnet.localizer.Localizable _reportFormatXunit()
      Key reportFormatXunit: XUnit.
      Returns:
      XUnit
    • reportFormatPlaywright

      public static String reportFormatPlaywright()
      Key reportFormatPlaywright: Playwright.
      Returns:
      Playwright
    • _reportFormatPlaywright

      public static org.jvnet.localizer.Localizable _reportFormatPlaywright()
      Key reportFormatPlaywright: Playwright.
      Returns:
      Playwright
    • malformedTestRailUrl

      public static String malformedTestRailUrl(Object arg0)
      Key malformedTestRailUrl: Malformed TestRail URL {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Malformed TestRail URL {0}
    • _malformedTestRailUrl

      public static org.jvnet.localizer.Localizable _malformedTestRailUrl(Object arg0)
      Key malformedTestRailUrl: Malformed TestRail URL {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Malformed TestRail URL {0}
    • uploadErrorMessage

      public static String uploadErrorMessage()
      Key uploadErrorMessage: Railflow: Error occurred while uploading results to TestRail: .
      Returns:
      Railflow: Error occurred while uploading results to TestRail:
    • _uploadErrorMessage

      public static org.jvnet.localizer.Localizable _uploadErrorMessage()
      Key uploadErrorMessage: Railflow: Error occurred while uploading results to TestRail: .
      Returns:
      Railflow: Error occurred while uploading results to TestRail:
    • jiraUrlIsNull

      public static String jiraUrlIsNull(Object arg0)
      Key jiraUrlIsNull: JIRA server with name: ''{0}'' has empty JIRA URL.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      JIRA server with name: ''{0}'' has empty JIRA URL
    • _jiraUrlIsNull

      public static org.jvnet.localizer.Localizable _jiraUrlIsNull(Object arg0)
      Key jiraUrlIsNull: JIRA server with name: ''{0}'' has empty JIRA URL.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      JIRA server with name: ''{0}'' has empty JIRA URL
    • overriddenCredentialsNotFound

      public static String overriddenCredentialsNotFound(Object arg0)
      Key overriddenCredentialsNotFound: Cannot find credentials with ID: ''{0}'', please check your job configuration.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Cannot find credentials with ID: ''{0}'', please check your job configuration
    • _overriddenCredentialsNotFound

      public static org.jvnet.localizer.Localizable _overriddenCredentialsNotFound(Object arg0)
      Key overriddenCredentialsNotFound: Cannot find credentials with ID: ''{0}'', please check your job configuration.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Cannot find credentials with ID: ''{0}'', please check your job configuration
    • testRailUrlIsRequired

      public static String testRailUrlIsRequired()
      Key testRailUrlIsRequired: TestRail URL is required.
      Returns:
      TestRail URL is required
    • _testRailUrlIsRequired

      public static org.jvnet.localizer.Localizable _testRailUrlIsRequired()
      Key testRailUrlIsRequired: TestRail URL is required.
      Returns:
      TestRail URL is required
    • jiraServersListIsNull

      public static String jiraServersListIsNull()
      Key jiraServersListIsNull: JIRA Server list is null, please add at least one JIRA server on Jenkins Global Configuration page.
      Returns:
      JIRA Server list is null, please add at least one JIRA server on Jenkins Global Configuration page
    • _jiraServersListIsNull

      public static org.jvnet.localizer.Localizable _jiraServersListIsNull()
      Key jiraServersListIsNull: JIRA Server list is null, please add at least one JIRA server on Jenkins Global Configuration page.
      Returns:
      JIRA Server list is null, please add at least one JIRA server on Jenkins Global Configuration page
    • testRailUrlIsNull

      public static String testRailUrlIsNull(Object arg0)
      Key testRailUrlIsNull: TestRail server with name: ''{0}'' has empty TestRail URL.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      TestRail server with name: ''{0}'' has empty TestRail URL
    • _testRailUrlIsNull

      public static org.jvnet.localizer.Localizable _testRailUrlIsNull(Object arg0)
      Key testRailUrlIsNull: TestRail server with name: ''{0}'' has empty TestRail URL.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      TestRail server with name: ''{0}'' has empty TestRail URL
    • malformedJiraUrl

      public static String malformedJiraUrl(Object arg0)
      Key malformedJiraUrl: Malformed JIRA URL {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Malformed JIRA URL {0}
    • _malformedJiraUrl

      public static org.jvnet.localizer.Localizable _malformedJiraUrl(Object arg0)
      Key malformedJiraUrl: Malformed JIRA URL {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Malformed JIRA URL {0}
    • startUpload

      public static String startUpload()
      Key startUpload: Uploading test results into TestRail.
      Returns:
      Uploading test results into TestRail
    • _startUpload

      public static org.jvnet.localizer.Localizable _startUpload()
      Key startUpload: Uploading test results into TestRail.
      Returns:
      Uploading test results into TestRail
    • createNoUpdate

      public static String createNoUpdate()
      Key createNoUpdate: Create new test cases and do not overwrite existing ones.
      Returns:
      Create new test cases and do not overwrite existing ones
    • _createNoUpdate

      public static org.jvnet.localizer.Localizable _createNoUpdate()
      Key createNoUpdate: Create new test cases and do not overwrite existing ones.
      Returns:
      Create new test cases and do not overwrite existing ones
    • pluginVersion

      public static String pluginVersion()
      Key pluginVersion: Railflow version: .
      Returns:
      Railflow version:
    • _pluginVersion

      public static org.jvnet.localizer.Localizable _pluginVersion()
      Key pluginVersion: Railflow version: .
      Returns:
      Railflow version:
    • reportFormatTrx

      public static String reportFormatTrx()
      Key reportFormatTrx: TRX.
      Returns:
      TRX
    • _reportFormatTrx

      public static org.jvnet.localizer.Localizable _reportFormatTrx()
      Key reportFormatTrx: TRX.
      Returns:
      TRX
    • reportFormatCucumber

      public static String reportFormatCucumber()
      Key reportFormatCucumber: Cucumber.
      Returns:
      Cucumber
    • _reportFormatCucumber

      public static org.jvnet.localizer.Localizable _reportFormatCucumber()
      Key reportFormatCucumber: Cucumber.
      Returns:
      Cucumber
    • reportFormatTestngSteps

      public static String reportFormatTestngSteps()
      Key reportFormatTestngSteps: TestNG with steps.
      Returns:
      TestNG with steps
    • _reportFormatTestngSteps

      public static org.jvnet.localizer.Localizable _reportFormatTestngSteps()
      Key reportFormatTestngSteps: TestNG with steps.
      Returns:
      TestNG with steps
    • reportFormatNunit

      public static String reportFormatNunit()
      Key reportFormatNunit: NUnit.
      Returns:
      NUnit
    • _reportFormatNunit

      public static org.jvnet.localizer.Localizable _reportFormatNunit()
      Key reportFormatNunit: NUnit.
      Returns:
      NUnit