Flags for the jobs command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum JobsCmdFlags
<FlagsAttribute>
Public Enumeration JobsCmdFlags
[FlagsAttribute]
public enum class JobsCmdFlags
[<FlagsAttribute>]
type JobsCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| IncludeIntegratedFixes | 1 |
The -i flag includes any fixes made by changelists integrated into
the specified files.
|
| LongDescriptions | 2 |
The -l flag produces long output with the full text of the job
descriptions.
|
| ReverseSort | 4 |
The -r flag sorts the jobs in reverse order (by job name).
|
| RebuildJobsTable | 8 |
The -R flag rebuilds the jobs table and reindexes each job, which
is necessary after upgrading to 98.2. 'p4 jobs -R' requires that
that the user be an operator or have 'super' access granted by
'p4 protect'.
|
See Also