com.sonyericsson.hudson.plugins.metadata.model
Class MetadataJobAction

java.lang.Object
  extended by com.sonyericsson.hudson.plugins.metadata.model.MetadataJobAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class MetadataJobAction
extends Object
implements hudson.model.Action

Holds the meta data for a job.

Author:
Shemeer S;

Constructor Summary
MetadataJobAction(MetadataJobProperty jobProperty)
          Standard constructor.
 
Method Summary
 String getDisplayName()
           
 String getIconFileName()
           
 MetadataJobProperty getJobProperty()
          Returns the metaDataJobProperty.
 hudson.model.AbstractProject<?,?> getProject()
          Returns the project.
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataJobAction

public MetadataJobAction(MetadataJobProperty jobProperty)
Standard constructor.

Parameters:
jobProperty - the current jobProperty.
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

getProject

public final hudson.model.AbstractProject<?,?> getProject()
Returns the project.

Returns:
project

getJobProperty

public final MetadataJobProperty getJobProperty()
Returns the metaDataJobProperty.

Returns:
property


Copyright © 2004-2013. All Rights Reserved.