Class BaseExecutionContext<R>

    • Field Detail

      • url

        protected final String url
      • credentialsID

        protected final String credentialsID
      • retries

        protected final List<Long> retries
      • usernameCredentials

        protected final com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials usernameCredentials
      • localLogger

        protected transient PrintStream localLogger
    • Constructor Detail

    • Method Detail

      • call

        public R call()
      • invoke

        protected abstract R invoke​(io.hyperfoil.tools.HorreumClient client)
      • createClient

        protected io.hyperfoil.tools.HorreumClient createClient()