Package com.atlassian.bamboo.event.agent
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description AgentInstallerEvent(Object source, long size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getSize()
String
getType()
void
setSize(long size)
void
setType(String type)
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-