Class BuildTriggerCause

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class BuildTriggerCause
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<BuildTriggerCauseBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    BuildTriggerCause holds information about a triggered build. It is used for displaying build trigger data for each build and build configuration in oc describe. It is also used to describe which triggers led to the most recent update in the build configuration.
    See Also:
    Serialized Form
    • Method Detail

      • getBitbucketWebHook

        public BitbucketWebHookCause getBitbucketWebHook()
        BuildTriggerCause holds information about a triggered build. It is used for displaying build trigger data for each build and build configuration in oc describe. It is also used to describe which triggers led to the most recent update in the build configuration.
      • setBitbucketWebHook

        public void setBitbucketWebHook​(BitbucketWebHookCause bitbucketWebHook)
        BuildTriggerCause holds information about a triggered build. It is used for displaying build trigger data for each build and build configuration in oc describe. It is also used to describe which triggers led to the most recent update in the build configuration.
      • getGenericWebHook

        public GenericWebHookCause getGenericWebHook()
        BuildTriggerCause holds information about a triggered build. It is used for displaying build trigger data for each build and build configuration in oc describe. It is also used to describe which triggers led to the most recent update in the build configuration.
      • setGenericWebHook

        public void setGenericWebHook​(GenericWebHookCause genericWebHook)
        BuildTriggerCause holds information about a triggered build. It is used for displaying build trigger data for each build and build configuration in oc describe. It is also used to describe which triggers led to the most recent update in the build configuration.
      • getGithubWebHook

        public GitHubWebHookCause getGithubWebHook()
        BuildTriggerCause holds information about a triggered build. It is used for displaying build trigger data for each build and build configuration in oc describe. It is also used to describe which triggers led to the most recent update in the build configuration.
      • setGithubWebHook

        public void setGithubWebHook​(GitHubWebHookCause githubWebHook)
        BuildTriggerCause holds information about a triggered build. It is used for displaying build trigger data for each build and build configuration in oc describe. It is also used to describe which triggers led to the most recent update in the build configuration.
      • getGitlabWebHook

        public GitLabWebHookCause getGitlabWebHook()
        BuildTriggerCause holds information about a triggered build. It is used for displaying build trigger data for each build and build configuration in oc describe. It is also used to describe which triggers led to the most recent update in the build configuration.
      • setGitlabWebHook

        public void setGitlabWebHook​(GitLabWebHookCause gitlabWebHook)
        BuildTriggerCause holds information about a triggered build. It is used for displaying build trigger data for each build and build configuration in oc describe. It is also used to describe which triggers led to the most recent update in the build configuration.
      • getImageChangeBuild

        public ImageChangeCause getImageChangeBuild()
        BuildTriggerCause holds information about a triggered build. It is used for displaying build trigger data for each build and build configuration in oc describe. It is also used to describe which triggers led to the most recent update in the build configuration.
      • setImageChangeBuild

        public void setImageChangeBuild​(ImageChangeCause imageChangeBuild)
        BuildTriggerCause holds information about a triggered build. It is used for displaying build trigger data for each build and build configuration in oc describe. It is also used to describe which triggers led to the most recent update in the build configuration.
      • getMessage

        public String getMessage()
        message is used to store a human readable message for why the build was triggered. E.g.: "Manually triggered by user", "Configuration change",etc.
      • setMessage

        public void setMessage​(String message)
        message is used to store a human readable message for why the build was triggered. E.g.: "Manually triggered by user", "Configuration change",etc.
      • getAdditionalProperties

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

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

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