Interface ScheduledAnacronTaskOrBuilder (0.3.0)

public interface ScheduledAnacronTaskOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDelayMinutes()

public abstract long getDelayMinutes()

The delay in minutes before the job is run.

int64 delay_minutes = 2;

Returns
Type Description
long

The delayMinutes.

getJobId()

public abstract String getJobId()

The unique identifier of the job.

string job_id = 3;

Returns
Type Description
String

The jobId.

getJobIdBytes()

public abstract ByteString getJobIdBytes()

The unique identifier of the job.

string job_id = 3;

Returns
Type Description
ByteString

The bytes for jobId.

getPath()

public abstract String getPath()

The PATH environment variable defined in the anacrontab file.

string path = 4;

Returns
Type Description
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

The PATH environment variable defined in the anacrontab file.

string path = 4;

Returns
Type Description
ByteString

The bytes for path.

getPeriod()

public abstract String getPeriod()

Anacrontab period field. Value is an integer in days, or a string like "@daily", "@weekly", or "@monthly".

string period = 1;

Returns
Type Description
String

The period.

getPeriodBytes()

public abstract ByteString getPeriodBytes()

Anacrontab period field. Value is an integer in days, or a string like "@daily", "@weekly", or "@monthly".

string period = 1;

Returns
Type Description
ByteString

The bytes for period.

getSourceLine()

public abstract String getSourceLine()

The original source line from the anacrontab file.

string source_line = 5;

Returns
Type Description
String

The sourceLine.

getSourceLineBytes()

public abstract ByteString getSourceLineBytes()

The original source line from the anacrontab file.

string source_line = 5;

Returns
Type Description
ByteString

The bytes for sourceLine.