Interface DockerizedToolInfo


public interface DockerizedToolInfo
A concrete availability of a tool in a docker image (regardless of tag).
  • Method Details

    • getImageName

      String getImageName()
    • getPreferredImageTag

      String getPreferredImageTag()
      Optional preferred tag of an image where the tool is guaranteed to work. If not set, 'latest' will be used.
    • getCommandName

      String getCommandName()
    • getCommandPath

      String getCommandPath()