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