org.jenkinsci.plugins.jobgenerator.actions
Class GeneratedJobBuildAction
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jobName
public final String jobName
created
public final boolean created
GeneratedJobBuildAction
public GeneratedJobBuildAction(String job,
boolean created)
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.