Class StagingContext


  • public class StagingContext
    extends step.core.accessors.AbstractIdentifiableObject
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<java.lang.String> attachments  
      protected Plan plan  
      • Fields inherited from class step.core.accessors.AbstractIdentifiableObject

        customFields, ID
    • Constructor Summary

      Constructors 
      Constructor Description
      StagingContext()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean addAttachment​(java.lang.String e)  
      java.util.List<java.lang.String> getAttachments()  
      Plan getPlan()  
      void setAttachments​(java.util.List<java.lang.String> attachments)  
      void setPlan​(Plan plan)  
      • Methods inherited from class step.core.accessors.AbstractIdentifiableObject

        addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • attachments

        protected java.util.List<java.lang.String> attachments
      • plan

        protected Plan plan
    • Constructor Detail

      • StagingContext

        public StagingContext()
    • Method Detail

      • getPlan

        public Plan getPlan()
      • setPlan

        public void setPlan​(Plan plan)
      • getAttachments

        public java.util.List<java.lang.String> getAttachments()
      • addAttachment

        public boolean addAttachment​(java.lang.String e)
      • setAttachments

        public void setAttachments​(java.util.List<java.lang.String> attachments)