com.cloudbees.sdk.cli
Class Verbose

java.lang.Object
  extended by com.cloudbees.sdk.cli.Verbose
All Implemented Interfaces:
HasOptions

@Singleton
public class Verbose
extends Object
implements HasOptions

Injectable component that captures the verboseness flag. This is not a binding annotation but a value holder class because wiring needs to happen before arguments are parsed.

Author:
Kohsuke Kawaguchi

Constructor Summary
Verbose()
           
 
Method Summary
 boolean isVerbose()
           
 void setVerbose(boolean verbose)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Verbose

public Verbose()
Method Detail

isVerbose

public boolean isVerbose()

setVerbose

public void setVerbose(boolean verbose)


Copyright © 2011-2013. All Rights Reserved.