org.netbeans.modules.projectuiapi/1 1.51.1 8

org.netbeans.spi.project.ui.support
Interface BuildExecutionSupport.Item

Enclosing class:
BuildExecutionSupport

public static interface BuildExecutionSupport.Item

Wrapper for the build job used by BuildExecutionSupport


Method Summary
 String getDisplayName()
          Display name of the build job
 boolean isRunning()
          Check wheather the build job has finished or not.
 void repeatExecution()
          Trigger re-execution of the build job.
 void stopRunning()
          Request to stop the execution of the build job.
 

Method Detail

getDisplayName

String getDisplayName()
Display name of the build job

Returns:

repeatExecution

void repeatExecution()
Trigger re-execution of the build job.


isRunning

boolean isRunning()
Check wheather the build job has finished or not.

Returns:

stopRunning

void stopRunning()
Request to stop the execution of the build job.


org.netbeans.modules.projectuiapi/1 1.51.1 8

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.