Class ClientCommandBuilder

java.lang.Object
com.openshift.jenkins.plugins.util.ClientCommandBuilder
All Implemented Interfaces:
Serializable

public class ClientCommandBuilder extends Object implements Serializable
See Also:
  • Field Details

    • server

      public final String server
    • project

      public final String project
    • skipTLSVerify

      public final boolean skipTLSVerify
    • caPath

      public final String caPath
    • verb

      public final String verb
    • advArgs

      public final List<String> advArgs
    • verbArgs

      protected final List<String> verbArgs
    • userArgs

      protected final List<String> userArgs
    • options

      protected final List<String> options
    • token

      protected final String token
    • logLevel

      public final int logLevel
    • streamStdOutToConsolePrefix

      public final boolean streamStdOutToConsolePrefix
  • Constructor Details

  • Method Details