Class GenericWebHookEvent

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class GenericWebHookEvent
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<GenericWebHookEventBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    GenericWebHookEvent is the payload expected for a generic webhook post
    See Also:
    Serialized Form
    • Constructor Detail

      • GenericWebHookEvent

        public GenericWebHookEvent()
        No args constructor for use in serialization
    • Method Detail

      • getDockerStrategyOptions

        public DockerStrategyOptions getDockerStrategyOptions()
        GenericWebHookEvent is the payload expected for a generic webhook post
      • setDockerStrategyOptions

        public void setDockerStrategyOptions​(DockerStrategyOptions dockerStrategyOptions)
        GenericWebHookEvent is the payload expected for a generic webhook post
      • getEnv

        public List<io.fabric8.kubernetes.api.model.EnvVar> getEnv()
        env contains additional environment variables you want to pass into a builder container. ValueFrom is not supported.
      • setEnv

        public void setEnv​(List<io.fabric8.kubernetes.api.model.EnvVar> env)
        env contains additional environment variables you want to pass into a builder container. ValueFrom is not supported.
      • getGit

        public GitInfo getGit()
        GenericWebHookEvent is the payload expected for a generic webhook post
      • setGit

        public void setGit​(GitInfo git)
        GenericWebHookEvent is the payload expected for a generic webhook post
      • getType

        public String getType()
        type is the type of source repository
      • setType

        public void setType​(String type)
        type is the type of source repository
      • getAdditionalProperties

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

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

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