[DO-1111] playground
This commit is contained in:
BIN
.gradle/8.8/checksums/checksums.lock
Normal file
BIN
.gradle/8.8/checksums/checksums.lock
Normal file
Binary file not shown.
0
.gradle/8.8/dependencies-accessors/gc.properties
Normal file
0
.gradle/8.8/dependencies-accessors/gc.properties
Normal file
BIN
.gradle/8.8/fileChanges/last-build.bin
Normal file
BIN
.gradle/8.8/fileChanges/last-build.bin
Normal file
Binary file not shown.
BIN
.gradle/8.8/fileHashes/fileHashes.bin
Normal file
BIN
.gradle/8.8/fileHashes/fileHashes.bin
Normal file
Binary file not shown.
BIN
.gradle/8.8/fileHashes/fileHashes.lock
Normal file
BIN
.gradle/8.8/fileHashes/fileHashes.lock
Normal file
Binary file not shown.
0
.gradle/8.8/gc.properties
Normal file
0
.gradle/8.8/gc.properties
Normal file
BIN
.gradle/buildOutputCleanup/buildOutputCleanup.lock
Normal file
BIN
.gradle/buildOutputCleanup/buildOutputCleanup.lock
Normal file
Binary file not shown.
2
.gradle/buildOutputCleanup/cache.properties
Normal file
2
.gradle/buildOutputCleanup/cache.properties
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
#Thu Sep 12 15:30:15 MSK 2024
|
||||||
|
gradle.version=8.8
|
||||||
0
.gradle/vcs-1/gc.properties
Normal file
0
.gradle/vcs-1/gc.properties
Normal file
@@ -18,10 +18,10 @@ class Gitea implements Serializable {
|
|||||||
|
|
||||||
//TODO: refactor with Gitea token
|
//TODO: refactor with Gitea token
|
||||||
/**
|
/**
|
||||||
* Create new branch from source branch
|
* Create new branch from source branch
|
||||||
* @param srcBranch String - source branch
|
* @param srcBranch String - source branch
|
||||||
* @param dstBranch String - new branch
|
* @param dstBranch String - new branch
|
||||||
* @return Boolean - success or failure create
|
* @return Boolean - success or failure create
|
||||||
*/
|
*/
|
||||||
public Boolean createBranch(String srcBranch, String dstBranch) {
|
public Boolean createBranch(String srcBranch, String dstBranch) {
|
||||||
Map body = [
|
Map body = [
|
||||||
@@ -109,5 +109,5 @@ class Gitea implements Serializable {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user