Class GeneratedPatchExecution

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
PatchExecution

public abstract class GeneratedPatchExecution extends GenericItem
Generated class for type PatchExecution.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedPatchExecution

      public GeneratedPatchExecution()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getErrorLog

      public 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 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, 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(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 Date getExecutionTime(SessionContext ctx)
      Generated method - Getter of the PatchExecution.executionTime attribute.
      Returns:
      the executionTime
    • getExecutionTime

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

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

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

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

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

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

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

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

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

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

      public void setJenkinsBuild(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 String getPatchDescription(SessionContext ctx)
      Generated method - Getter of the PatchExecution.patchDescription attribute.
      Returns:
      the patchDescription
    • getPatchDescription

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void setPatchUnits(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 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 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, 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.
    • 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.