net.hurstfrost.hudson.sounds
Class HudsonSoundsNotifier.SoundEvent
java.lang.Object
net.hurstfrost.hudson.sounds.HudsonSoundsNotifier.SoundEvent
- Enclosing class:
- HudsonSoundsNotifier
public static class HudsonSoundsNotifier.SoundEvent
- extends java.lang.Object
|
Constructor Summary |
HudsonSoundsNotifier.SoundEvent(java.lang.String soundId,
java.lang.String toResult,
boolean fromNotBuilt,
boolean fromAborted,
boolean fromFailure,
boolean fromUnstable,
boolean fromSuccess)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HudsonSoundsNotifier.SoundEvent
@DataBoundConstructor
public HudsonSoundsNotifier.SoundEvent(java.lang.String soundId,
java.lang.String toResult,
boolean fromNotBuilt,
boolean fromAborted,
boolean fromFailure,
boolean fromUnstable,
boolean fromSuccess)
getSoundId
public java.lang.String getSoundId()
getToBuildResult
public hudson.model.Result getToBuildResult()
isFromNotBuilt
public boolean isFromNotBuilt()
setFromNotBuilt
public void setFromNotBuilt(boolean b)
isFromAborted
public boolean isFromAborted()
setFromAborted
public void setFromAborted(boolean b)
isFromFailure
public boolean isFromFailure()
setFromFailure
public void setFromFailure(boolean b)
isFromUnstable
public boolean isFromUnstable()
setFromUnstable
public void setFromUnstable(boolean b)
isFromSuccess
public boolean isFromSuccess()
setFromSuccess
public void setFromSuccess(boolean b)
getFromResults
public java.util.Set<hudson.model.Result> getFromResults()
Copyright © 2009. All Rights Reserved.