@ApplicationScoped public class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BUILD_PROJECT |
static String |
CONFIGURE_REPOSITORY |
static String |
PROMOTE_ASSETS |
static String |
RELEASE_PROJECT |
| Constructor and Description |
|---|
Constants() |
public static final String CONFIGURE_REPOSITORY
public static final String PROMOTE_ASSETS
public static final String BUILD_PROJECT
public static final String RELEASE_PROJECT
public String configure_repository_branch_created(String branch, String repo)
public String promote_assets_assets_promoted(String repo, String sourceBranch, String targetBranch)
public String build_project_deploy_runtime_success(String project)
public String build_project_deploy_runtime_skipped(String project)
public String build_project_deploy_runtime_failed(String project)
public String release_project_version_change_success(String repo, String version)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.