Class ExecuteTaskSupport

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String id  
      private java.lang.String phase  
      private java.lang.String profileId  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      java.lang.String getPhase()  
      java.lang.String getProfileId()
      profile id of the execute task.
      void setId​(java.lang.String id)  
      void setPhase​(java.lang.String phase)  
      void setProfileId​(java.lang.String profileId)  
      • Methods inherited from class java.lang.Object

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

      • id

        private java.lang.String id
      • phase

        private java.lang.String phase
      • profileId

        private java.lang.String profileId
    • Constructor Detail

      • ExecuteTaskSupport

        public ExecuteTaskSupport()
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface ExecuteTask
      • setId

        public void setId​(java.lang.String id)
      • getPhase

        public java.lang.String getPhase()
        Specified by:
        getPhase in interface ExecuteTask
      • setPhase

        public void setPhase​(java.lang.String phase)
      • getProfileId

        public java.lang.String getProfileId()
        Description copied from interface: ExecuteTask
        profile id of the execute task. can be null then the execute task belongs to project.build
        Specified by:
        getProfileId in interface ExecuteTask
      • setProfileId

        public void setProfileId​(java.lang.String profileId)