Class AgentInstallerEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.agent.AgentInstallerEvent
All Implemented Interfaces:
Serializable

public class AgentInstallerEvent extends org.springframework.context.ApplicationEvent
See Also:
  • Constructor Details

    • AgentInstallerEvent

      public AgentInstallerEvent(Object source, long size)
  • Method Details

    • getSize

      public long getSize()
    • setSize

      public void setSize(long size)
    • getType

      public String getType()
    • setType

      public void setType(String type)