private AbstractBuild build;
private String confirmation;
@Before
public void configure(){
descriptor = new DescriptorImpl();
descriptor.hudsonUrl = "http://localhost:8080/";
Project project = mock(Project.class);
when(project.getName()).thenReturn("ProjectName");