public final class JobSuiteStatusSnapshot extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JobSuiteStatusSnapshot.JobStatusTreeNode |
Modifier and Type | Method and Description |
---|---|
void |
accept(IJobStatusVisitor visitor) |
static JobSuiteStatusSnapshot |
create(IJob rootJob,
ILogManager logManager) |
boolean |
equals(Object obj) |
List<IJobStatus> |
getChildren(IJobStatus jobStatus) |
List<IJobStatus> |
getChildren(String jobId) |
IJobStatus |
getJobStatus(IJob job) |
IJobStatus |
getJobStatus(String jobId) |
List<IJobStatus> |
getJobStatusList() |
ILogManager |
getLogManager() |
IJobStatus |
getParent(IJobStatus jobStatus) |
IJobStatus |
getParent(String jobId) |
IJobStatus |
getRoot() |
int |
hashCode() |
static JobSuiteStatusSnapshot |
newSnapshot(File suiteIndex) |
String |
toString() |
public IJobStatus getRoot()
public IJobStatus getJobStatus(IJob job)
public IJobStatus getJobStatus(String jobId)
public ILogManager getLogManager()
public List<IJobStatus> getJobStatusList()
public List<IJobStatus> getChildren(IJobStatus jobStatus)
public List<IJobStatus> getChildren(String jobId)
public IJobStatus getParent(IJobStatus jobStatus)
public IJobStatus getParent(String jobId)
public void accept(IJobStatusVisitor visitor)
public static JobSuiteStatusSnapshot create(IJob rootJob, ILogManager logManager)
public static JobSuiteStatusSnapshot newSnapshot(File suiteIndex) throws IOException
IOException
Copyright © 2007–2021 Norconex Inc.. All rights reserved.