Guvnor - Asset Management Backend 6.2.0.CR1

org.guvnor.asset.management.backend.social.i18n
Class Constants

java.lang.Object
  extended by org.guvnor.asset.management.backend.social.i18n.Constants

@ApplicationScoped
public class Constants
extends Object


Field Summary
static String BUILD_PROJECT
           
static String CONFIGURE_REPOSITORY
           
static String PROMOTE_ASSETS
           
static String RELEASE_PROJECT
           
 
Constructor Summary
Constants()
           
 
Method Summary
 String build_project_build_failed(String project)
           
 String build_project_build_success(String project)
           
 String build_project_deploy_maven_failed(String project)
           
 String build_project_deploy_maven_success(String project)
           
 String build_project_deploy_runtime_failed(String project)
           
 String build_project_deploy_runtime_skipped(String project)
           
 String build_project_deploy_runtime_success(String project)
           
 String build_project_end_with_errors(String project)
           
 String build_project_end(String project)
           
 String build_project_start(String project, String branch, String repo)
           
 String configure_repository_branch_created(String branch, String repo)
           
 String configure_repository_end(String repo)
           
 String configure_repository_failed(String repo)
           
 String configure_repository_start(String repo)
           
 String getMessage(String key)
           
 String getMessage(String key, Object... params)
           
 String promote_assets_assets_promoted(String repo, String sourceBranch, String targetBranch)
           
 String promote_assets_end(String repo)
           
 String promote_assets_failed(String repo, String error)
           
 String promote_assets_start(String repo)
           
 String release_project_end(String repo)
           
 String release_project_start(String repo)
           
 String release_project_version_change_success(String repo, String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIGURE_REPOSITORY

public static final String CONFIGURE_REPOSITORY
See Also:
Constant Field Values

PROMOTE_ASSETS

public static final String PROMOTE_ASSETS
See Also:
Constant Field Values

BUILD_PROJECT

public static final String BUILD_PROJECT
See Also:
Constant Field Values

RELEASE_PROJECT

public static final String RELEASE_PROJECT
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()
Method Detail

getMessage

public String getMessage(String key)

getMessage

public String getMessage(String key,
                         Object... params)

configure_repository_start

public String configure_repository_start(String repo)

configure_repository_end

public String configure_repository_end(String repo)

configure_repository_failed

public String configure_repository_failed(String repo)

configure_repository_branch_created

public String configure_repository_branch_created(String branch,
                                                  String repo)

promote_assets_start

public String promote_assets_start(String repo)

promote_assets_end

public String promote_assets_end(String repo)

promote_assets_failed

public String promote_assets_failed(String repo,
                                    String error)

promote_assets_assets_promoted

public String promote_assets_assets_promoted(String repo,
                                             String sourceBranch,
                                             String targetBranch)

build_project_start

public String build_project_start(String project,
                                  String branch,
                                  String repo)

build_project_build_success

public String build_project_build_success(String project)

build_project_build_failed

public String build_project_build_failed(String project)

build_project_deploy_maven_success

public String build_project_deploy_maven_success(String project)

build_project_deploy_maven_failed

public String build_project_deploy_maven_failed(String project)

build_project_deploy_runtime_success

public String build_project_deploy_runtime_success(String project)

build_project_deploy_runtime_skipped

public String build_project_deploy_runtime_skipped(String project)

build_project_deploy_runtime_failed

public String build_project_deploy_runtime_failed(String project)

build_project_end_with_errors

public String build_project_end_with_errors(String project)

build_project_end

public String build_project_end(String project)

release_project_start

public String release_project_start(String repo)

release_project_version_change_success

public String release_project_version_change_success(String repo,
                                                     String version)

release_project_end

public String release_project_end(String repo)

Guvnor - Asset Management Backend 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.