Class Job
java.lang.Object
io.freefair.gradle.plugins.github.internal.Job
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Correlator provides a key that is used to group snapshots submitted over time.The url for the job.getId()
The external ID of the job.int
hashCode()
void
setCorrelator
(String correlator) Correlator provides a key that is used to group snapshots submitted over time.void
setHtml_url
(String html_url) The url for the job.void
The external ID of the job.toString()
-
Constructor Details
-
Job
public Job()
-
-
Method Details
-
getId
The external ID of the job. -
getCorrelator
Correlator provides a key that is used to group snapshots submitted over time. Only the "latest" submitted snapshot for a given combination of job.correlator and detector.name will be considered when calculating a repository's current dependencies. Correlator should be as unique as it takes to distinguish all detection runs for a given "wave" of CI workflow you run. If you're using GitHub Actions, a good default value for this could be the environment variables GITHUB_WORKFLOW and GITHUB_JOB concatenated together. If you're using a build matrix, then you'll also need to add additional key(s) to distinguish between each submission inside a matrix variation. -
getHtml_url
The url for the job. -
setId
The external ID of the job. -
setCorrelator
Correlator provides a key that is used to group snapshots submitted over time. Only the "latest" submitted snapshot for a given combination of job.correlator and detector.name will be considered when calculating a repository's current dependencies. Correlator should be as unique as it takes to distinguish all detection runs for a given "wave" of CI workflow you run. If you're using GitHub Actions, a good default value for this could be the environment variables GITHUB_WORKFLOW and GITHUB_JOB concatenated together. If you're using a build matrix, then you'll also need to add additional key(s) to distinguish between each submission inside a matrix variation. -
setHtml_url
The url for the job. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-