Class StageInfo

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class StageInfo
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<StageInfoBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    StageInfo contains details about a build stage.
    See Also:
    Serialized Form
    • Constructor Detail

      • StageInfo

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

      • getDurationMilliseconds

        public Long getDurationMilliseconds()
        durationMilliseconds identifies how long the stage took to complete in milliseconds. Note: the duration of a stage can exceed the sum of the duration of the steps within the stage as not all actions are accounted for in explicit build steps.
      • setDurationMilliseconds

        public void setDurationMilliseconds​(Long durationMilliseconds)
        durationMilliseconds identifies how long the stage took to complete in milliseconds. Note: the duration of a stage can exceed the sum of the duration of the steps within the stage as not all actions are accounted for in explicit build steps.
      • getName

        public String getName()
        name is a unique identifier for each build stage that occurs.
      • setName

        public void setName​(String name)
        name is a unique identifier for each build stage that occurs.
      • getStartTime

        public String getStartTime()
        StageInfo contains details about a build stage.
      • setStartTime

        public void setStartTime​(String startTime)
        StageInfo contains details about a build stage.
      • getSteps

        public List<StepInfo> getSteps()
        steps contains details about each step that occurs during a build stage including start time and duration in milliseconds.
      • setSteps

        public void setSteps​(List<StepInfo> steps)
        steps contains details about each step that occurs during a build stage including start time and duration in milliseconds.
      • getAdditionalProperties

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

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

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