|
@@ -7,7 +7,7 @@ package cn.reghao.devops.common.msg.constant;
|
|
|
* @date 2019-11-15 21:59:35
|
|
* @date 2019-11-15 21:59:35
|
|
|
*/
|
|
*/
|
|
|
public enum PackType {
|
|
public enum PackType {
|
|
|
- docker, ossStatic, zip;
|
|
|
|
|
|
|
+ zip, docker, ossStatic;
|
|
|
|
|
|
|
|
public String getName() {
|
|
public String getName() {
|
|
|
return this.name();
|
|
return this.name();
|