com.thalesgroup.hudson.plugins.cccc
Class CcccBuildAction

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.cccc.CcccBuildAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, Serializable, org.kohsuke.stapler.StaplerProxy

public class CcccBuildAction
extends Object
implements hudson.model.Action, Serializable, org.kohsuke.stapler.StaplerProxy

See Also:
Serialized Form

Field Summary
static String URL_NAME
           
 
Constructor Summary
CcccBuildAction(hudson.model.AbstractBuild<?,?> build, CcccResult result)
           
 
Method Summary
 String getDetails()
           
 String getDisplayName()
           
 String getIconFileName()
           
 CcccResult getResult()
           
 String getSummary()
           
 Object getTarget()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URL_NAME

public static final String URL_NAME
See Also:
Constant Field Values
Constructor Detail

CcccBuildAction

public CcccBuildAction(hudson.model.AbstractBuild<?,?> build,
                       CcccResult result)
Method Detail

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getSummary

public String getSummary()

getDetails

public String getDetails()

getResult

public CcccResult getResult()

getTarget

public Object getTarget()
Specified by:
getTarget in interface org.kohsuke.stapler.StaplerProxy


Copyright © 2004-2011. All Rights Reserved.