JuMP getvalue() and getobjectivevalue()

I am using JuMP master and Ipopt master on julia 0.7.
Now that I finally managed to run the optimizer after a recent Ipopt update, how can I get the variables and objective value with the new JuMP interface?

Thank you.