Class GeneratedPatchExecution

    • Field Detail

      • PATCHID

        public static final java.lang.String PATCHID
        Qualifier of the PatchExecution.patchId attribute
        See Also:
        Constant Field Values
      • PATCHNAME

        public static final java.lang.String PATCHNAME
        Qualifier of the PatchExecution.patchName attribute
        See Also:
        Constant Field Values
      • PATCHDESCRIPTION

        public static final java.lang.String PATCHDESCRIPTION
        Qualifier of the PatchExecution.patchDescription attribute
        See Also:
        Constant Field Values
      • EXECUTIONTIME

        public static final java.lang.String EXECUTIONTIME
        Qualifier of the PatchExecution.executionTime attribute
        See Also:
        Constant Field Values
      • PREVIOUSEXECUTION

        public static final java.lang.String PREVIOUSEXECUTION
        Qualifier of the PatchExecution.previousExecution attribute
        See Also:
        Constant Field Values
      • NEXTEXECUTION

        public static final java.lang.String NEXTEXECUTION
        Qualifier of the PatchExecution.nextExecution attribute
        See Also:
        Constant Field Values
      • JENKINSBUILD

        public static final java.lang.String JENKINSBUILD
        Qualifier of the PatchExecution.jenkinsBuild attribute
        See Also:
        Constant Field Values
      • GITHASHCODE

        public static final java.lang.String GITHASHCODE
        Qualifier of the PatchExecution.gitHashCode attribute
        See Also:
        Constant Field Values
      • EXECUTIONSTATUS

        public static final java.lang.String EXECUTIONSTATUS
        Qualifier of the PatchExecution.executionStatus attribute
        See Also:
        Constant Field Values
      • ERRORLOG

        public static final java.lang.String ERRORLOG
        Qualifier of the PatchExecution.errorLog attribute
        See Also:
        Constant Field Values
      • RERUNNABLE

        public static final java.lang.String RERUNNABLE
        Qualifier of the PatchExecution.rerunnable attribute
        See Also:
        Constant Field Values
      • PATCHUNITS

        public static final java.lang.String PATCHUNITS
        Qualifier of the PatchExecution.patchUnits attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedPatchExecution

        public GeneratedPatchExecution()
    • Method Detail

      • getErrorLog

        public java.lang.String getErrorLog​(SessionContext ctx)
        Generated method - Getter of the PatchExecution.errorLog attribute.
        Returns:
        the errorLog - Details about major errors during the patch execution.
      • getErrorLog

        public java.lang.String getErrorLog()
        Generated method - Getter of the PatchExecution.errorLog attribute.
        Returns:
        the errorLog - Details about major errors during the patch execution.
      • setErrorLog

        public void setErrorLog​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the PatchExecution.errorLog attribute.
        Parameters:
        value - the errorLog - Details about major errors during the patch execution.
      • setErrorLog

        public void setErrorLog​(java.lang.String value)
        Generated method - Setter of the PatchExecution.errorLog attribute.
        Parameters:
        value - the errorLog - Details about major errors during the patch execution.
      • getExecutionStatus

        public EnumerationValue getExecutionStatus​(SessionContext ctx)
        Generated method - Getter of the PatchExecution.executionStatus attribute.
        Returns:
        the executionStatus
      • getExecutionStatus

        public EnumerationValue getExecutionStatus()
        Generated method - Getter of the PatchExecution.executionStatus attribute.
        Returns:
        the executionStatus
      • setExecutionStatus

        public void setExecutionStatus​(SessionContext ctx,
                                       EnumerationValue value)
        Generated method - Setter of the PatchExecution.executionStatus attribute.
        Parameters:
        value - the executionStatus
      • setExecutionStatus

        public void setExecutionStatus​(EnumerationValue value)
        Generated method - Setter of the PatchExecution.executionStatus attribute.
        Parameters:
        value - the executionStatus
      • getExecutionTime

        public java.util.Date getExecutionTime​(SessionContext ctx)
        Generated method - Getter of the PatchExecution.executionTime attribute.
        Returns:
        the executionTime
      • getExecutionTime

        public java.util.Date getExecutionTime()
        Generated method - Getter of the PatchExecution.executionTime attribute.
        Returns:
        the executionTime
      • setExecutionTime

        public void setExecutionTime​(SessionContext ctx,
                                     java.util.Date value)
        Generated method - Setter of the PatchExecution.executionTime attribute.
        Parameters:
        value - the executionTime
      • setExecutionTime

        public void setExecutionTime​(java.util.Date value)
        Generated method - Setter of the PatchExecution.executionTime attribute.
        Parameters:
        value - the executionTime
      • getGitHashCode

        public java.lang.String getGitHashCode​(SessionContext ctx)
        Generated method - Getter of the PatchExecution.gitHashCode attribute.
        Returns:
        the gitHashCode
      • getGitHashCode

        public java.lang.String getGitHashCode()
        Generated method - Getter of the PatchExecution.gitHashCode attribute.
        Returns:
        the gitHashCode
      • setGitHashCode

        public void setGitHashCode​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the PatchExecution.gitHashCode attribute.
        Parameters:
        value - the gitHashCode
      • setGitHashCode

        public void setGitHashCode​(java.lang.String value)
        Generated method - Setter of the PatchExecution.gitHashCode attribute.
        Parameters:
        value - the gitHashCode
      • getJenkinsBuild

        public java.lang.String getJenkinsBuild​(SessionContext ctx)
        Generated method - Getter of the PatchExecution.jenkinsBuild attribute.
        Returns:
        the jenkinsBuild
      • getJenkinsBuild

        public java.lang.String getJenkinsBuild()
        Generated method - Getter of the PatchExecution.jenkinsBuild attribute.
        Returns:
        the jenkinsBuild
      • setJenkinsBuild

        public void setJenkinsBuild​(SessionContext ctx,
                                    java.lang.String value)
        Generated method - Setter of the PatchExecution.jenkinsBuild attribute.
        Parameters:
        value - the jenkinsBuild
      • setJenkinsBuild

        public void setJenkinsBuild​(java.lang.String value)
        Generated method - Setter of the PatchExecution.jenkinsBuild attribute.
        Parameters:
        value - the jenkinsBuild
      • getNextExecution

        public PatchExecution getNextExecution​(SessionContext ctx)
        Generated method - Getter of the PatchExecution.nextExecution attribute.
        Returns:
        the nextExecution
      • getNextExecution

        public PatchExecution getNextExecution()
        Generated method - Getter of the PatchExecution.nextExecution attribute.
        Returns:
        the nextExecution
      • setNextExecution

        public void setNextExecution​(SessionContext ctx,
                                     PatchExecution value)
        Generated method - Setter of the PatchExecution.nextExecution attribute.
        Parameters:
        value - the nextExecution
      • setNextExecution

        public void setNextExecution​(PatchExecution value)
        Generated method - Setter of the PatchExecution.nextExecution attribute.
        Parameters:
        value - the nextExecution
      • getPatchDescription

        public java.lang.String getPatchDescription​(SessionContext ctx)
        Generated method - Getter of the PatchExecution.patchDescription attribute.
        Returns:
        the patchDescription
      • getPatchDescription

        public java.lang.String getPatchDescription()
        Generated method - Getter of the PatchExecution.patchDescription attribute.
        Returns:
        the patchDescription
      • setPatchDescription

        public void setPatchDescription​(SessionContext ctx,
                                        java.lang.String value)
        Generated method - Setter of the PatchExecution.patchDescription attribute.
        Parameters:
        value - the patchDescription
      • setPatchDescription

        public void setPatchDescription​(java.lang.String value)
        Generated method - Setter of the PatchExecution.patchDescription attribute.
        Parameters:
        value - the patchDescription
      • getPatchId

        public java.lang.String getPatchId​(SessionContext ctx)
        Generated method - Getter of the PatchExecution.patchId attribute.
        Returns:
        the patchId
      • getPatchId

        public java.lang.String getPatchId()
        Generated method - Getter of the PatchExecution.patchId attribute.
        Returns:
        the patchId
      • setPatchId

        public void setPatchId​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the PatchExecution.patchId attribute.
        Parameters:
        value - the patchId
      • setPatchId

        public void setPatchId​(java.lang.String value)
        Generated method - Setter of the PatchExecution.patchId attribute.
        Parameters:
        value - the patchId
      • getPatchName

        public java.lang.String getPatchName​(SessionContext ctx)
        Generated method - Getter of the PatchExecution.patchName attribute.
        Returns:
        the patchName
      • getPatchName

        public java.lang.String getPatchName()
        Generated method - Getter of the PatchExecution.patchName attribute.
        Returns:
        the patchName
      • setPatchName

        public void setPatchName​(SessionContext ctx,
                                 java.lang.String value)
        Generated method - Setter of the PatchExecution.patchName attribute.
        Parameters:
        value - the patchName
      • setPatchName

        public void setPatchName​(java.lang.String value)
        Generated method - Setter of the PatchExecution.patchName attribute.
        Parameters:
        value - the patchName
      • getPatchUnits

        public java.util.Collection<PatchExecutionUnit> getPatchUnits​(SessionContext ctx)
        Generated method - Getter of the PatchExecution.patchUnits attribute.
        Returns:
        the patchUnits
      • getPatchUnits

        public java.util.Collection<PatchExecutionUnit> getPatchUnits()
        Generated method - Getter of the PatchExecution.patchUnits attribute.
        Returns:
        the patchUnits
      • setPatchUnits

        public void setPatchUnits​(SessionContext ctx,
                                  java.util.Collection<PatchExecutionUnit> value)
        Generated method - Setter of the PatchExecution.patchUnits attribute.
        Parameters:
        value - the patchUnits
      • setPatchUnits

        public void setPatchUnits​(java.util.Collection<PatchExecutionUnit> value)
        Generated method - Setter of the PatchExecution.patchUnits attribute.
        Parameters:
        value - the patchUnits
      • addToPatchUnits

        public void addToPatchUnits​(SessionContext ctx,
                                    PatchExecutionUnit value)
        Generated method - Adds value to patchUnits.
        Parameters:
        value - the item to add to patchUnits
      • addToPatchUnits

        public void addToPatchUnits​(PatchExecutionUnit value)
        Generated method - Adds value to patchUnits.
        Parameters:
        value - the item to add to patchUnits
      • removeFromPatchUnits

        public void removeFromPatchUnits​(SessionContext ctx,
                                         PatchExecutionUnit value)
        Generated method - Removes value from patchUnits.
        Parameters:
        value - the item to remove from patchUnits
      • removeFromPatchUnits

        public void removeFromPatchUnits​(PatchExecutionUnit value)
        Generated method - Removes value from patchUnits.
        Parameters:
        value - the item to remove from patchUnits
      • getPreviousExecution

        public PatchExecution getPreviousExecution​(SessionContext ctx)
        Generated method - Getter of the PatchExecution.previousExecution attribute.
        Returns:
        the previousExecution
      • getPreviousExecution

        public PatchExecution getPreviousExecution()
        Generated method - Getter of the PatchExecution.previousExecution attribute.
        Returns:
        the previousExecution
      • setPreviousExecution

        public void setPreviousExecution​(SessionContext ctx,
                                         PatchExecution value)
        Generated method - Setter of the PatchExecution.previousExecution attribute.
        Parameters:
        value - the previousExecution
      • setPreviousExecution

        public void setPreviousExecution​(PatchExecution value)
        Generated method - Setter of the PatchExecution.previousExecution attribute.
        Parameters:
        value - the previousExecution
      • isRerunnable

        public java.lang.Boolean isRerunnable​(SessionContext ctx)
        Generated method - Getter of the PatchExecution.rerunnable attribute.
        Returns:
        the rerunnable - Flag indicating whether patch is re runnable by default.
      • isRerunnable

        public java.lang.Boolean isRerunnable()
        Generated method - Getter of the PatchExecution.rerunnable attribute.
        Returns:
        the rerunnable - Flag indicating whether patch is re runnable by default.
      • isRerunnableAsPrimitive

        public boolean isRerunnableAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the PatchExecution.rerunnable attribute.
        Returns:
        the rerunnable - Flag indicating whether patch is re runnable by default.
      • isRerunnableAsPrimitive

        public boolean isRerunnableAsPrimitive()
        Generated method - Getter of the PatchExecution.rerunnable attribute.
        Returns:
        the rerunnable - Flag indicating whether patch is re runnable by default.
      • setRerunnable

        public void setRerunnable​(SessionContext ctx,
                                  java.lang.Boolean value)
        Generated method - Setter of the PatchExecution.rerunnable attribute.
        Parameters:
        value - the rerunnable - Flag indicating whether patch is re runnable by default.
      • setRerunnable

        public void setRerunnable​(java.lang.Boolean value)
        Generated method - Setter of the PatchExecution.rerunnable attribute.
        Parameters:
        value - the rerunnable - Flag indicating whether patch is re runnable by default.
      • setRerunnable

        public void setRerunnable​(SessionContext ctx,
                                  boolean value)
        Generated method - Setter of the PatchExecution.rerunnable attribute.
        Parameters:
        value - the rerunnable - Flag indicating whether patch is re runnable by default.
      • setRerunnable

        public void setRerunnable​(boolean value)
        Generated method - Setter of the PatchExecution.rerunnable attribute.
        Parameters:
        value - the rerunnable - Flag indicating whether patch is re runnable by default.