Package | Description |
---|---|
org.apache.subversion.javahl |
Modifier and Type | Method and Description |
---|---|
ReposNotifyInformation.Action |
ReposNotifyInformation.getAction() |
static ReposNotifyInformation.Action |
ReposNotifyInformation.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReposNotifyInformation.Action[] |
ReposNotifyInformation.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ReposNotifyInformation(ReposNotifyInformation.Action action,
long revision,
String warning,
long shard,
long newRevision,
long oldRevision,
ReposNotifyInformation.NodeAction nodeAction,
String path)
This constructor is to be used by the native code.
|
Copyright © 2024. All rights reserved.