org.jenkinsci.plugins.jobgenerator.actions
Class GeneratedJobBuildAction

java.lang.Object
  extended by org.jenkinsci.plugins.jobgenerator.actions.GeneratedJobBuildAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class GeneratedJobBuildAction
extends Object
implements hudson.model.Action

Summary for generated/updated job.

Author:
Sylvain Benner

Field Summary
 boolean created
           
 String jobName
           
 
Constructor Summary
GeneratedJobBuildAction(String job, boolean created)
           
 
Method Summary
 boolean getCreated()
           
 String getDisplayName()
           
 String getIconFileName()
          No task list item.
 String getJob()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jobName

public final String jobName

created

public final boolean created
Constructor Detail

GeneratedJobBuildAction

public GeneratedJobBuildAction(String job,
                               boolean created)
Method Detail

getIconFileName

public String getIconFileName()
No task list item.

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

getJob

public String getJob()

getCreated

public boolean getCreated()


Copyright © 2004-2012. All Rights Reserved.