mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-17 15:10:40 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -48,7 +48,7 @@ public class CreateRepoOption implements Serializable {
|
||||
@SerializedName("name")
|
||||
private String name = null;
|
||||
|
||||
/** ObjectFormatName of the underlying git repository */
|
||||
/** ObjectFormatName of the underlying git repository, empty string for default (sha1) */
|
||||
@JsonAdapter(ObjectFormatNameEnum.Adapter.class)
|
||||
public enum ObjectFormatNameEnum {
|
||||
SHA1("sha1"),
|
||||
@@ -294,11 +294,13 @@ public class CreateRepoOption implements Serializable {
|
||||
}
|
||||
|
||||
/**
|
||||
* ObjectFormatName of the underlying git repository
|
||||
* ObjectFormatName of the underlying git repository, empty string for default (sha1)
|
||||
*
|
||||
* @return objectFormatName
|
||||
*/
|
||||
@Schema(description = "ObjectFormatName of the underlying git repository")
|
||||
@Schema(
|
||||
description =
|
||||
"ObjectFormatName of the underlying git repository, empty string for default (sha1)")
|
||||
public ObjectFormatNameEnum getObjectFormatName() {
|
||||
return objectFormatName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user