Class WaitForEvent


  • public class WaitForEvent
    extends step.core.artefacts.AbstractArtefact
    • Field Summary

      • Fields inherited from class step.core.artefacts.AbstractArtefact

        attachments, children, customAttributes, description, persistNode
      • Fields inherited from class step.core.accessors.AbstractOrganizableObject

        attributes, NAME, VERSION
      • Fields inherited from class step.core.accessors.AbstractIdentifiableObject

        _id, customFields
    • Constructor Summary

      Constructors 
      Constructor Description
      WaitForEvent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      step.core.dynamicbeans.DynamicValue<String> getEventId()  
      step.core.dynamicbeans.DynamicValue<String> getGroup()  
      step.core.dynamicbeans.DynamicValue<Integer> getMaxIterations()  
      step.core.dynamicbeans.DynamicValue<String> getName()  
      step.core.dynamicbeans.DynamicValue<Long> getPollingSpeed()  
      step.core.dynamicbeans.DynamicValue<Boolean> getReleaseTokens()  
      step.core.dynamicbeans.DynamicValue<String> getRemotePassword()  
      step.core.dynamicbeans.DynamicValue<String> getRemoteUrl()  
      step.core.dynamicbeans.DynamicValue<String> getRemoteUser()  
      step.core.dynamicbeans.DynamicValue<Long> getTimeout()  
      void setEventId​(step.core.dynamicbeans.DynamicValue<String> eventId)  
      void setGroup​(step.core.dynamicbeans.DynamicValue<String> group)  
      void setMaxIterations​(step.core.dynamicbeans.DynamicValue<Integer> maxIterations)  
      void setName​(step.core.dynamicbeans.DynamicValue<String> name)  
      void setPollingSpeed​(step.core.dynamicbeans.DynamicValue<Long> pollingSpeed)  
      void setReleaseTokens​(step.core.dynamicbeans.DynamicValue<Boolean> releaseTokens)  
      void setRemotePassword​(step.core.dynamicbeans.DynamicValue<String> remotePassword)  
      void setRemoteUrl​(step.core.dynamicbeans.DynamicValue<String> remoteUrl)  
      void setRemoteUser​(step.core.dynamicbeans.DynamicValue<String> remoteUser)  
      void setTimeout​(step.core.dynamicbeans.DynamicValue<Long> timeout)  
      • Methods inherited from class step.core.artefacts.AbstractArtefact

        addAttachment, addChild, addCustomAttribute, equals, getAttachments, getChildren, getCustomAttribute, getCustomAttributes, getDescription, getSkipNode, hashCode, isCreateSkeleton, isPersistNode, setAttachments, setChildren, setCustomAttributes, setDescription, setPersistNode, setSkipNode
      • Methods inherited from class step.core.accessors.AbstractOrganizableObject

        addAttribute, getAttributes, setAttributes
      • Methods inherited from class step.core.accessors.AbstractIdentifiableObject

        addCustomField, computeCustomFieldIfAbsent, getCustomField, getCustomField, getCustomFields, getId, setCustomFields, setId
    • Constructor Detail

      • WaitForEvent

        public WaitForEvent()
    • Method Detail

      • getEventId

        public step.core.dynamicbeans.DynamicValue<String> getEventId()
      • setEventId

        public void setEventId​(step.core.dynamicbeans.DynamicValue<String> eventId)
      • getGroup

        public step.core.dynamicbeans.DynamicValue<String> getGroup()
      • setGroup

        public void setGroup​(step.core.dynamicbeans.DynamicValue<String> group)
      • getName

        public step.core.dynamicbeans.DynamicValue<String> getName()
      • setName

        public void setName​(step.core.dynamicbeans.DynamicValue<String> name)
      • getPollingSpeed

        public step.core.dynamicbeans.DynamicValue<Long> getPollingSpeed()
      • setPollingSpeed

        public void setPollingSpeed​(step.core.dynamicbeans.DynamicValue<Long> pollingSpeed)
      • getTimeout

        public step.core.dynamicbeans.DynamicValue<Long> getTimeout()
      • setTimeout

        public void setTimeout​(step.core.dynamicbeans.DynamicValue<Long> timeout)
      • getMaxIterations

        public step.core.dynamicbeans.DynamicValue<Integer> getMaxIterations()
      • setMaxIterations

        public void setMaxIterations​(step.core.dynamicbeans.DynamicValue<Integer> maxIterations)
      • getRemoteUrl

        public step.core.dynamicbeans.DynamicValue<String> getRemoteUrl()
      • setRemoteUrl

        public void setRemoteUrl​(step.core.dynamicbeans.DynamicValue<String> remoteUrl)
      • getRemoteUser

        public step.core.dynamicbeans.DynamicValue<String> getRemoteUser()
      • setRemoteUser

        public void setRemoteUser​(step.core.dynamicbeans.DynamicValue<String> remoteUser)
      • getRemotePassword

        public step.core.dynamicbeans.DynamicValue<String> getRemotePassword()
      • setRemotePassword

        public void setRemotePassword​(step.core.dynamicbeans.DynamicValue<String> remotePassword)
      • getReleaseTokens

        public step.core.dynamicbeans.DynamicValue<Boolean> getReleaseTokens()
      • setReleaseTokens

        public void setReleaseTokens​(step.core.dynamicbeans.DynamicValue<Boolean> releaseTokens)