net.hurstfrost.hudson.sounds
Class HudsonSoundsNotifier.SoundEvent

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.util.Set<hudson.model.Result> getFromResults()
           
 java.lang.String getSoundId()
           
 hudson.model.Result getToBuildResult()
           
 boolean isFromAborted()
           
 boolean isFromFailure()
           
 boolean isFromNotBuilt()
           
 boolean isFromSuccess()
           
 boolean isFromUnstable()
           
 void setFromAborted(boolean b)
           
 void setFromFailure(boolean b)
           
 void setFromNotBuilt(boolean b)
           
 void setFromSuccess(boolean b)
           
 void setFromUnstable(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HudsonSoundsNotifier.SoundEvent

@DataBoundConstructor
public HudsonSoundsNotifier.SoundEvent(java.lang.String soundId,
                                                            java.lang.String toResult,
                                                            boolean fromNotBuilt,
                                                            boolean fromAborted,
                                                            boolean fromFailure,
                                                            boolean fromUnstable,
                                                            boolean fromSuccess)
Method Detail

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.