List<ConfigInfo> |
ComputerConfigHistoryAction.getAgentConfigs() |
Returns the configuration history entries for one Slave .
|
List<ConfigInfo> |
ComputerConfigHistoryAction.getAgentConfigsREST() |
Returns the configuration history entries for one Slave for the
REST API.
|
List<ConfigInfo> |
JobConfigHistoryRootAction.getConfigs() |
Returns the configuration history entries for either AbstractItem
s or system changes or deleted jobs or all of the above.
|
List<ConfigInfo> |
JobConfigHistoryRootAction.getConfigs(int from,
int to) |
Calculates a list containing the .subList(from, to) of the newest-first list of job config revision entries.
|
List<ConfigInfo> |
JobConfigHistoryProjectAction.getJobConfigs() |
Returns the configuration history entries for one AbstractItem .
|
List<ConfigInfo> |
JobConfigHistoryProjectAction.getJobConfigs(int from,
int to) |
Calculates a list containing the .subList(from, to) of the newest-first list of job config revision entries.
|
List<ConfigInfo> |
JobConfigHistoryRootAction.getJobConfigs(String type) |
Returns the configuration history entries for all jobs or deleted jobs in
this Jenkins instance.
|
List<ConfigInfo> |
JobConfigHistoryProjectAction.getJobConfigsREST() |
Returns the configuration history entries for one AbstractItem
for the REST API.
|
List<ConfigInfo> |
JobConfigHistoryRootAction.getSingleConfigs(String name) |
Returns the configuration history entries for one group of system files
or deleted jobs.
|
List<ConfigInfo> |
JobConfigHistoryRootAction.getSingleConfigs(String name,
int from,
int to) |
|
List<ConfigInfo> |
ComputerConfigHistoryAction.getSlaveConfigs() |
Deprecated.
|
List<ConfigInfo> |
ComputerConfigHistoryAction.getSlaveConfigsREST() |
Deprecated.
|
List<ConfigInfo> |
JobConfigHistoryRootAction.getSystemConfigs() |
Returns the configuration history entries for all system files in this
Jenkins instance.
|