Class TptPlugin.DescriptorImpl

    • Field Detail

      • DEFAULT_SLAVE_JOB_COUNT

        public static final java.lang.String DEFAULT_SLAVE_JOB_COUNT
        See Also:
        Constant Field Values
      • DEFAULT_SLAVE_JOB_TRIES

        public static final java.lang.String DEFAULT_SLAVE_JOB_TRIES
        See Also:
        Constant Field Values
    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • getDefaultTptBindingName

        public static java.lang.String getDefaultTptBindingName()
        Returns:
        "TptApi"
      • getDefaultIsTptMaster

        public static boolean getDefaultIsTptMaster()
        Returns:
        false
      • getDefaultTptPort

        public static java.lang.String getDefaultTptPort()
        Returns:
        "1099"
      • getDefaultTptStartUpWaitTime

        public static java.lang.String getDefaultTptStartUpWaitTime()
        Returns:
        "60" (1 min)
      • getDefaultEnableJunit

        public static boolean getDefaultEnableJunit()
        Returns:
        false
      • getDefaultJUnitLogLevel

        public static com.piketec.jenkins.plugins.tpt.TptLog.LogLevel getDefaultJUnitLogLevel()
        Returns:
        INFO
      • doCheckExePaths

        public static FormValidation doCheckExePaths​(@QueryParameter
                                                     java.lang.String exePaths)
        Basic validation of the entered paths to tpt.exe. At least one must exist.
        Parameters:
        exePaths - The tpt installation paths
        Returns:
        The validation of the form
      • doFillJUnitLogLevelItems

        public ListBoxModel doFillJUnitLogLevelItems()
        Makes the combobox list on the descriptor with all the possible options for the JunitLogLevel
        Returns:
        items from the combobox list