com.cloudbees.sdk.cli
Class Verbose
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Verbose
public Verbose()
isVerbose
public boolean isVerbose()
setVerbose
public void setVerbose(boolean verbose)
Copyright © 2011-2013. All Rights Reserved.