Class DeclarativeDockerUtils

java.lang.Object
org.jenkinsci.plugins.docker.workflow.declarative.DeclarativeDockerUtils

public class DeclarativeDockerUtils extends Object
See Also:
  • Constructor Details

    • DeclarativeDockerUtils

      public DeclarativeDockerUtils()
  • Method Details

    • getLabel

      public static String getLabel()
    • getLabel

      public static String getLabel(@Nullable String override)
    • getLabelScript

      public static org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptScript<?> getLabelScript(AbstractDockerAgent<?> describable, org.jenkinsci.plugins.workflow.cps.CpsScript script) throws Exception
      Throws:
      Exception
    • getRegistryUrl

      public static String getRegistryUrl()
    • getRegistryUrl

      public static String getRegistryUrl(@Nullable String override)
    • getRegistryCredentialsId

      public static String getRegistryCredentialsId()
    • getRegistryCredentialsId

      public static String getRegistryCredentialsId(@Nullable String override)