Package org.kohsuke.github.internal
Enum Previews
- All Implemented Interfaces:
Serializable,Comparable<Previews>
Deprecated.
Provides the media type strings for GitHub API previews
https://developer.github.com/v3/previews/
- Author:
- Kohsuke Kawaguchi
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Enhanced DeploymentsDeprecated.Check-runs and check-suitesDeprecated.Create repository from template repositoryDeprecated.Commit SearchDeprecated.New deployment statuses and support for updating deployment status environmentDeprecated.Owners of GitHub Apps can now uninstall an app using the Apps APIDeprecated.List branches or pull requests for a commitDeprecated.Manage projectsDeprecated.Require multiple approving reviewsDeprecated.Update a pull request branchDeprecated.Manage integrations through the APIDeprecated.View a list of repository topics in calls that return repository resultsDeprecated.New visibility parameter for the Repositories APIDeprecated.Draft pull requestsDeprecated.ReactionsDeprecated.Require signed commits -
Method Summary
-
Enum Constant Details
-
ANTIOPE
Deprecated.Check-runs and check-suites- See Also:
-
ANT_MAN
Deprecated.Enhanced Deployments- See Also:
-
BAPTISTE
Deprecated.Create repository from template repository- See Also:
-
CLOAK
Deprecated.Commit Search- See Also:
-
FLASH
Deprecated.New deployment statuses and support for updating deployment status environment- See Also:
-
GAMBIT
Deprecated.Owners of GitHub Apps can now uninstall an app using the Apps API- See Also:
-
GROOT
Deprecated.List branches or pull requests for a commit- See Also:
-
INERTIA
Deprecated.Manage projects- See Also:
-
LYDIAN
Deprecated.Update a pull request branch- See Also:
-
LUKE_CAGE
Deprecated.Require multiple approving reviews- See Also:
-
MACHINE_MAN
Deprecated.Manage integrations through the API- See Also:
-
MERCY
Deprecated.View a list of repository topics in calls that return repository results- See Also:
-
NEBULA
Deprecated.New visibility parameter for the Repositories API- See Also:
-
SHADOW_CAT
Deprecated.Draft pull requests- See Also:
-
SQUIRREL_GIRL
Deprecated.Reactions- See Also:
-
ZZZAX
Deprecated.Require signed commits- See Also:
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
mediaType
Deprecated.Gets the mediaType- Returns:
- the media type string
-