Interface BuildServer


public interface BuildServer
An abstraction describing a build server (e.g. Jenkins or Bamboo).
Since:
7.8
  • Method Summary

    Modifier and Type
    Method
    Description
    Identifier that uniquely identifies this build server.
    A human readable name for the build server, used to display to users in the UI.
    Identifier of the type of the build server
  • Method Details

    • getId

      @Nonnull String getId()
      Identifier that uniquely identifies this build server.
      Returns:
      an id that uniquely identifies this build server
    • getName

      @Nonnull String getName()
      A human readable name for the build server, used to display to users in the UI.
      Returns:
      a human readable name for the build server
    • getTypeId

      @Nonnull String getTypeId()
      Identifier of the type of the build server
      Returns:
      an id of the type of the build server