public interface Constants
Modifier and Type | Interface and Description |
---|---|
static class |
Constants.ActionType
Enum to use for specifying the event action_type.
|
static class |
Constants.ImpersonationState
Enum to specify the state of an ImpersonationToken.
|
static class |
Constants.IssueScope
Enum to use for specifying the scope when calling the various get issue methods.
|
static class |
Constants.IssueState
Enum to used to store the state of an issue.
|
static class |
Constants.JobScope
Enum to use for specifying the scope when calling getJobs().
|
static class |
Constants.LineType
Enum to use for specifying the line type for a commit comment.
|
static class |
Constants.PipelineOrderBy
Enum to use for ordering the results of getPipelines().
|
static class |
Constants.PipelineScope
Enum to use for specifying the scope when calling getPipelines().
|
static class |
Constants.ProjectOrderBy
Enum to use for ordering the results of getProjects().
|
static class |
Constants.SortOrder
Enum to use for ordering the results of various API calls.
|
static class |
Constants.StateEvent
Enum to use for specifying the state of a merge request or issue update.
|
static class |
Constants.TargetType
Enum to use for specifying the event target_type.
|
static class |
Constants.TokenType
Used to specify the type of authentication token.
|
Modifier and Type | Field and Description |
---|---|
static String |
NEXT_PAGE_HEADER
The index of the next page HTTP header key.
|
static String |
PAGE_HEADER
The index of the current page (starting at 1) HTTP header key.
|
static String |
PAGE_PARAM
Page param HTTP header key.
|
static String |
PER_PAGE
The number of items per page HTTP header key.
|
static String |
PER_PAGE_PARAM
Items per page param HTTP header key.
|
static String |
PREV_PAGE_HEADER
The index of the previous page HTTP header key.
|
static String |
TOTAL_HEADER
The total number of items HTTP header key.
|
static String |
TOTAL_PAGES_HEADER
The total number of pages HTTP header key.
|
static final String TOTAL_HEADER
static final String TOTAL_PAGES_HEADER
static final String PER_PAGE
static final String PAGE_HEADER
static final String NEXT_PAGE_HEADER
static final String PREV_PAGE_HEADER
static final String PER_PAGE_PARAM
static final String PAGE_PARAM
Copyright © 2017. All rights reserved.