Class BackgroundJob
java.lang.Object
com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJob
- All Implemented Interfaces:
Serializable
Contains information about active background jobs.
When the job is done, it is converted to ArchivedBackgroundJob and moved to another table.
- Since:
- 8.1.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()intintgetOwner()getRunAt()getType()voidsetCreationTime(Instant creationTime) voidsetDescription(String description) voidsetDuration(long duration) voidvoidsetIterationNumber(int iterationNumber) voidsetLastTouchTime(Instant lastTouchTime) voidsetNumberOfFailures(int numberOfFailures) voidvoidsetParameters(String parameters) voidvoid
-
Constructor Details
-
BackgroundJob
public BackgroundJob()
-
-
Method Details
-
getId
-
setId
-
getType
-
setType
-
getParameters
-
setParameters
-
getIterationNumber
public int getIterationNumber() -
setIterationNumber
public void setIterationNumber(int iterationNumber) -
getNumberOfFailures
public int getNumberOfFailures() -
setNumberOfFailures
public void setNumberOfFailures(int numberOfFailures) -
getCreationTime
-
setCreationTime
-
getLastTouchTime
-
setLastTouchTime
-
getRunAt
-
setRunAt
-
getDuration
public long getDuration() -
setDuration
public void setDuration(long duration) -
getDescription
-
setDescription
-
getOwner
-
setOwner
-