Uses of Class
org.apache.camel.component.git.consumer.GitType
-
Packages that use GitType Package Description org.apache.camel.component.git org.apache.camel.component.git.consumer -
-
Uses of GitType in org.apache.camel.component.git
Methods in org.apache.camel.component.git that return GitType Modifier and Type Method Description GitType
GitEndpoint. getType()
The consumer typeMethods in org.apache.camel.component.git with parameters of type GitType Modifier and Type Method Description void
GitEndpoint. setType(GitType type)
-
Uses of GitType in org.apache.camel.component.git.consumer
Methods in org.apache.camel.component.git.consumer that return GitType Modifier and Type Method Description static GitType
GitType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GitType[]
GitType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-