au.com.rayh
Class XCodeAction

java.lang.Object
  extended by au.com.rayh.XCodeAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class XCodeAction
extends Object
implements hudson.model.Action

Simple Action for storing the build number

Author:
Reuben Bijl

Constructor Summary
XCodeAction(String buildDescription)
           
 
Method Summary
 String getBuildDescription()
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XCodeAction

@DataBoundConstructor
public XCodeAction(String buildDescription)
Method Detail

getUrlName

public String getUrlName()
Specified by:
getUrlName 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

getIconFileName

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

getBuildDescription

public String getBuildDescription()


Copyright © 2004-2013. All Rights Reserved.