super(LINK_REMOVE_ALIAS);
}
protected <DTO> DTO execute(String alias) throws OpenShiftException {
return super.execute(
new StringParameter(IOpenShiftJsonConstants.PROPERTY_EVENT, IOpenShiftJsonConstants.VALUE_REMOVE_ALIAS),
new StringParameter(IOpenShiftJsonConstants.PROPERTY_ALIAS, alias));
}