Interface Deployment

    • Method Detail

      • url

        @Nullable
        URI url()
        Deployment API URL
      • id

        @Nullable
        Long id()
        The Deployment ID to list the statuses from.
      • sha

        @Nullable
        String sha()
        The SHA that was recorded at creation time.
      • ref

        @Nullable
        String ref()
        The name of the ref. This can be a branch, tag, or SHA.
      • task

        @Nullable
        String task()
        The name of the task
      • payload

        Optional<Map<String,​String>> payload()
        Optional JSON payload with extra information about the deployment.
      • environment

        @Nullable
        String environment()
        The name of the environment that was deployed to. e.g. staging or production.
      • description

        Optional<String> description()
        Optional short description.
      • creator

        @Nullable
        User creator()
        Deployment creator
      • statusesUrl

        @Nullable
        URI statusesUrl()
        Deployment statuses API URL
      • repositoryUrl

        @Nullable
        URI repositoryUrl()
        Deployment repository API URL