Class GitRefInfo

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<GitRefInfoBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class GitRefInfo
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<GitRefInfoBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    GitRefInfo is a single ref
    See Also:
    Serialized Form
    • Method Detail

      • setAuthor

        public void setAuthor​(SourceControlUser author)
        GitRefInfo is a single ref
      • getCommit

        public String getCommit()
        commit is the commit hash identifying a specific commit
      • setCommit

        public void setCommit​(String commit)
        commit is the commit hash identifying a specific commit
      • setCommitter

        public void setCommitter​(SourceControlUser committer)
        GitRefInfo is a single ref
      • getHttpProxy

        public String getHttpProxy()
        httpProxy is a proxy used to reach the git repository over http
      • setHttpProxy

        public void setHttpProxy​(String httpProxy)
        httpProxy is a proxy used to reach the git repository over http
      • getHttpsProxy

        public String getHttpsProxy()
        httpsProxy is a proxy used to reach the git repository over https
      • setHttpsProxy

        public void setHttpsProxy​(String httpsProxy)
        httpsProxy is a proxy used to reach the git repository over https
      • getMessage

        public String getMessage()
        message is the description of a specific commit
      • setMessage

        public void setMessage​(String message)
        message is the description of a specific commit
      • getNoProxy

        public String getNoProxy()
        noProxy is the list of domains for which the proxy should not be used
      • setNoProxy

        public void setNoProxy​(String noProxy)
        noProxy is the list of domains for which the proxy should not be used
      • getRef

        public String getRef()
        ref is the branch/tag/ref to build.
      • setRef

        public void setRef​(String ref)
        ref is the branch/tag/ref to build.
      • getUri

        public String getUri()
        uri points to the source that will be built. The structure of the source will depend on the type of build to run
      • setUri

        public void setUri​(String uri)
        uri points to the source that will be built. The structure of the source will depend on the type of build to run
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)