@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public static class LegacyMonitorData.LegacyJobInfoItemModel extends Object
Constructor and Description |
---|
LegacyJobInfoItemModel(LegacyMonitorData.JobInfoModel jobTo,
String username,
Date lastBuildDate,
int numOfBuild)
ctor.
|
Modifier and Type | Method and Description |
---|---|
LegacyMonitorData.JobInfoModel |
getJobTo() |
Date |
getLastBuildDate() |
int |
getNumOfBuild() |
String |
getUsername() |
public LegacyJobInfoItemModel(@NonNull LegacyMonitorData.JobInfoModel jobTo, @NonNull String username, @NonNull Date lastBuildDate, int numOfBuild)
jobTo
- the information of the destination job.username
- the user name the destination job ran as.lastBuildDate
- the build timestamp.numOfBuild
- the number of builds that would fail in Production mode.@NonNull public LegacyMonitorData.JobInfoModel getJobTo()
@NonNull public String getUsername()
@NonNull public Date getLastBuildDate()
public int getNumOfBuild()
Copyright © 2016–2022. All rights reserved.