Package org.gitlab4j.api.models
Class Job
java.lang.Object
org.gitlab4j.api.models.Job
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
getRef()
getStage()
getTag()
getUser()
getWhen()
void
setAllowFailure
(Boolean allowFailure) void
setArtifacts
(List<Artifact> artifacts) void
setArtifactsExpireAt
(Date artifactsExpireAt) void
setArtifactsFile
(ArtifactsFile artifactsFile) void
void
setCoverage
(String coverage) void
setCreatedAt
(Date createdAt) void
setDuration
(Float duration) void
setFinishedAt
(Date finishedAt) void
void
void
void
setPipeline
(Pipeline pipeline) void
setProject
(Project project) void
setQueuedDuration
(Float queuedDuration) void
void
void
void
setStartedAt
(Date startedAt) void
void
void
void
void
toString()
withAllowFailure
(Boolean allowFailure) withArtifactsFile
(ArtifactsFile artifactsFile) withCommit
(Commit commit) withCoverage
(String coverage) withCreatedAt
(Date createdAt) withDuration
(Float duration) withFinishedAt
(Date finishedAt) withManual
(Boolean manual) withPipeline
(Pipeline pipeline) withProject
(Project project) withQueuedDuration
(Float queuedDuration) withRunner
(Runner runner) withStartedAt
(Date startedAt) withStatus
(JobStatus status)
-
Constructor Details
-
Job
public Job()
-
-
Method Details
-
getId
-
setId
-
getCommit
-
setCommit
-
getCreatedAt
-
setCreatedAt
-
getFinishedAt
-
setFinishedAt
-
getArtifactsExpireAt
-
setArtifactsExpireAt
-
getName
-
setName
-
getPipeline
-
setPipeline
-
getRef
-
setRef
-
getUser
-
setUser
-
getStartedAt
-
setStartedAt
-
getTag
-
setTag
-
getWebUrl
-
setWebUrl
-
getStage
-
setStage
-
getStatus
-
setStatus
-
getCoverage
-
setCoverage
-
getArtifactsFile
-
setArtifactsFile
-
getArtifacts
-
setArtifacts
-
getRunner
-
setRunner
-
getWhen
-
setWhen
-
getManual
-
setManual
-
getAllowFailure
-
setAllowFailure
-
getDuration
-
setDuration
-
getQueuedDuration
-
setQueuedDuration
-
getProject
-
setProject
-
withId
-
withCommit
-
withCoverage
-
withCreatedAt
-
withFinishedAt
-
withName
-
withPipeline
-
withRef
-
withRunner
-
withUser
-
withStartedAt
-
withArtifactsFile
-
withTag
-
withStage
-
withStatus
-
withWhen
-
withManual
-
withAllowFailure
-
withDuration
-
withQueuedDuration
-
withProject
-
toString
-