hudson.plugins.jobConfigHistory
クラス JobConfigHistoryProjectAction
java.lang.Object
hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction
hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction
- すべての実装されたインタフェース:
- hudson.model.Action, hudson.model.ModelObject
public class JobConfigHistoryProjectAction
- extends JobConfigHistoryBaseAction
- 作成者:
- Stefan Brausch
| クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction から継承されたメソッド |
doDiffFiles, getConfigXml, getDiff, getDiffFile, getDiffLines, getDisplayName, getFile, getHudson, getIconFileName, getPlugin, getRequestParameter, getUrlName, wantRawOutput, wantXmlOutput |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobConfigHistoryProjectAction
public JobConfigHistoryProjectAction(hudson.model.AbstractProject<?,?> project)
- パラメータ:
project - for which configurations should be returned.
getConfigs
public final List<ConfigInfo> getConfigs()
throws IOException
- Returns the configuration history entries for one
AbstractProject.
- 戻り値:
- history list for one
AbstractProject.
- 例外:
IOException - if JobConfigHistoryConsts.HISTORY_FILE might not be read or the path might not be urlencoded.
getProject
public final hudson.model.AbstractProject<?,?> getProject()
- Returns the project for which we want to see the config history, the config files or the diff.
- 戻り値:
- project
getAccessControlledObject
protected hudson.security.AccessControlled getAccessControlledObject()
- Returns the object for which we want to provide access control. Returns the project.
- 定義:
- クラス
JobConfigHistoryBaseAction 内の getAccessControlledObject
- 戻り値:
- the access controlled object.
checkConfigurePermission
protected void checkConfigurePermission()
- クラス
JobConfigHistoryBaseAction の記述:
- See whether the current user may read configurations in the object
returned by
JobConfigHistoryBaseAction.getAccessControlledObject().
- 定義:
- クラス
JobConfigHistoryBaseAction 内の checkConfigurePermission
hasConfigurePermission
protected boolean hasConfigurePermission()
- クラス
JobConfigHistoryBaseAction の記述:
- Returns whether the current user may read configurations in the object
returned by
JobConfigHistoryBaseAction.getAccessControlledObject().
- 定義:
- クラス
JobConfigHistoryBaseAction 内の hasConfigurePermission
- 戻り値:
- true if the current user may read configurations.
Copyright © 2004-2011. All Rights Reserved.