com.atlassian.bamboo.event
Class ResultLabelEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.bamboo.event.BuildEvent
com.atlassian.bamboo.event.BuildResultEvent
com.atlassian.bamboo.event.ResultLabelEvent
- All Implemented Interfaces:
- PlanEvent, PlanResultEvent, Serializable
- Direct Known Subclasses:
- ResultLabelAddedEvent, ResultLabelRemovedEvent
public abstract class ResultLabelEvent
- extends BuildResultEvent
- See Also:
- Serialized Form
Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
ResultLabelEvent
public ResultLabelEvent(Object source,
PlanResultKey planResultKey,
String label,
com.atlassian.user.User user)
getLabel
@NotNull
public String getLabel()
- Returns:
- label
getUsername
@Deprecated
@Nullable
public String getUsername()
- Deprecated. since 5.0 - please use getUser().getName() instead
- Returns:
- username of the Label
getUser
@Nullable
public com.atlassian.user.User getUser()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.