Uses of Class
com.sas.lsaf.content.repository.RunHealthStatus
-
Packages that use RunHealthStatus Package Description com.sas.lsaf.content.repository Classes and interfaces to manage content in the repository. -
-
Uses of RunHealthStatus in com.sas.lsaf.content.repository
Methods in com.sas.lsaf.content.repository that return RunHealthStatus Modifier and Type Method Description RunHealthStatus
RepositoryExecutableFile. getHealthStatus()
If available, indicates whether a job is up-to-date since the last successful run.static RunHealthStatus
RunHealthStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RunHealthStatus[]
RunHealthStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sas.lsaf.content.repository with parameters of type RunHealthStatus Constructor Description RepositoryExecutableFile(java.lang.String typeId, java.lang.String id, java.lang.String name, java.lang.String path, long revision, RepositoryItem.State state, java.lang.String createdBy, java.util.Date created, java.lang.String lastModifiedBy, java.util.Date lastModified, java.lang.String propertiesLastModifiedBy, java.util.Date propertiesLastModified, java.lang.String description, RepositoryItem.Syncable syncable, java.util.List<Attribute> attributes, long size, boolean checkedOut, java.lang.String checkedOutBy, java.util.Date checkedOutDate, boolean versioned, java.lang.String version, java.lang.String comment, boolean locked, RepositoryFile.SigningStatus signingStatus, boolean runAsOwner, VersionLimits versionLimits, java.lang.String digest, java.util.Date lastRunDate, RunHealthStatus healthStatus)
It is not intended or recommended that the consumer of the API construct these objects.
-