configurationServiceMock = mock( ConfigurationService.class );
Profile profile = new Profile();
profile.setBuildAgentGroup( "BUILDAGENT_GROUP" );
action = new ReleaseActionStub();
action.setProfile( profile );
action.setDefaultBuildagent( defaultBuildagentUrl );
action.setContinuum( (Continuum) continuumMock.proxy() );
}