Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
266ff8f6
Commit
266ff8f6
authored
Apr 23, 2021
by
Alex Kalderimis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove uses of "this"
parent
c35f6c6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/graphql/types/ci/job_type.rb
app/graphql/types/ci/job_type.rb
+2
-2
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+2
-2
No files found.
app/graphql/types/ci/job_type.rb
View file @
266ff8f6
...
...
@@ -23,7 +23,7 @@ module Types
field
:stage
,
Types
::
Ci
::
StageType
,
null:
true
,
description:
'Stage of the job.'
field
:allow_failure
,
::
GraphQL
::
BOOLEAN_TYPE
,
null:
false
,
description:
'Whether th
is
job is allowed to fail.'
description:
'Whether th
e
job is allowed to fail.'
field
:duration
,
GraphQL
::
INT_TYPE
,
null:
true
,
description:
'Duration of the job in seconds.'
field
:tags
,
[
GraphQL
::
STRING_TYPE
],
null:
true
,
...
...
@@ -45,7 +45,7 @@ module Types
field
:queued_duration
,
type:
Types
::
DurationType
,
null:
true
,
description:
'How long th
is
job was enqueued before starting.'
description:
'How long th
e
job was enqueued before starting.'
field
:detailed_status
,
Types
::
Ci
::
DetailedStatusType
,
null:
true
,
description:
'Detailed status of the job.'
...
...
doc/api/graphql/reference/index.md
View file @
266ff8f6
...
...
@@ -7127,7 +7127,7 @@ Represents the total number of issues and their weights for a particular day.
| Name | Type | Description |
| ---- | ---- | ----------- |
|
<a
id=
"cijobactive"
></a>
`active`
|
[
`Boolean!`
](
#boolean
)
| Indicates the job is active. |
|
<a
id=
"cijoballowfailure"
></a>
`allowFailure`
|
[
`Boolean!`
](
#boolean
)
| Whether th
is
job is allowed to fail. |
|
<a
id=
"cijoballowfailure"
></a>
`allowFailure`
|
[
`Boolean!`
](
#boolean
)
| Whether th
e
job is allowed to fail. |
|
<a
id=
"cijobartifacts"
></a>
`artifacts`
|
[
`CiJobArtifactConnection`
](
#cijobartifactconnection
)
| Artifacts generated by the job. |
|
<a
id=
"cijobcancelable"
></a>
`cancelable`
|
[
`Boolean!`
](
#boolean
)
| Indicates the job can be canceled. |
|
<a
id=
"cijobcommitpath"
></a>
`commitPath`
|
[
`String`
](
#string
)
| Path to the commit that triggered the job. |
...
...
@@ -7144,7 +7144,7 @@ Represents the total number of issues and their weights for a particular day.
|
<a
id=
"cijobpipeline"
></a>
`pipeline`
|
[
`Pipeline`
](
#pipeline
)
| Pipeline the job belongs to. |
|
<a
id=
"cijobplayable"
></a>
`playable`
|
[
`Boolean!`
](
#boolean
)
| Indicates the job can be played. |
|
<a
id=
"cijobqueuedat"
></a>
`queuedAt`
|
[
`Time`
](
#time
)
| When the job was enqueued and marked as pending. |
|
<a
id=
"cijobqueuedduration"
></a>
`queuedDuration`
|
[
`Duration`
](
#duration
)
| How long th
is
job was enqueued before starting. |
|
<a
id=
"cijobqueuedduration"
></a>
`queuedDuration`
|
[
`Duration`
](
#duration
)
| How long th
e
job was enqueued before starting. |
|
<a
id=
"cijobrefname"
></a>
`refName`
|
[
`String`
](
#string
)
| Ref name of the job. |
|
<a
id=
"cijobrefpath"
></a>
`refPath`
|
[
`String`
](
#string
)
| Path to the ref. |
|
<a
id=
"cijobretryable"
></a>
`retryable`
|
[
`Boolean!`
](
#boolean
)
| Indicates the job can be retried. |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment