Uses of Class
jenkins.plugins.htmlaudio.domain.BuildResult

Packages that use BuildResult
jenkins.plugins.htmlaudio.app.util   
jenkins.plugins.htmlaudio.domain   
 

Uses of BuildResult in jenkins.plugins.htmlaudio.app.util
 

Methods in jenkins.plugins.htmlaudio.app.util with parameters of type BuildResult
 java.lang.String Configuration.getSoundUrl(BuildResult result)
          Returns a configured sound for a provided BuildResult or null.
 

Uses of BuildResult in jenkins.plugins.htmlaudio.domain
 

Methods in jenkins.plugins.htmlaudio.domain that return BuildResult
 BuildResult BuildEvent.getResult()
           
static BuildResult BuildResult.toBuildResult(hudson.model.Result r)
          Returns a BuildResult matching a provided Result or null.
static BuildResult BuildResult.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BuildResult[] BuildResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in jenkins.plugins.htmlaudio.domain with parameters of type BuildResult
BuildEvent(BuildResult result)
           
BuildEvent(BuildResult result, java.util.Date created)
           
 



Copyright © 2004-2011. All Rights Reserved.