hudson.plugins.jobConfigHistory
Class JobConfigHistoryActionFactory
java.lang.Object
jenkins.model.TransientActionFactory<hudson.model.AbstractItem>
hudson.plugins.jobConfigHistory.JobConfigHistoryActionFactory
@Extension
public class JobConfigHistoryActionFactory
- extends jenkins.model.TransientActionFactory<hudson.model.AbstractItem>
Extends project actions for all jobs.
- Author:
- Stefan Brausch
|
Method Summary |
Collection<? extends hudson.model.Action> |
createFor(hudson.model.AbstractItem target)
|
Class<hudson.model.AbstractItem> |
type()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobConfigHistoryActionFactory
public JobConfigHistoryActionFactory()
type
public Class<hudson.model.AbstractItem> type()
- Specified by:
type in class jenkins.model.TransientActionFactory<hudson.model.AbstractItem>
createFor
public Collection<? extends hudson.model.Action> createFor(hudson.model.AbstractItem target)
-
- Specified by:
createFor in class jenkins.model.TransientActionFactory<hudson.model.AbstractItem>
Copyright © 2004–2014. All rights reserved.