de.smartics.ci.config.test
Class MavenSettingsBuilder

Package class diagram package MavenSettingsBuilder
java.lang.Object
  extended by de.smartics.ci.config.test.MavenSettingsBuilder

public final class MavenSettingsBuilder
     
     
extends Object

Builder for instances of MavenSettings.


Method Summary
static MavenSettingsBuilder a()
          Creates an instance of the builder.
static MavenSettingsBuilder aNew()
          Creates an instance of the builder.
 MavenSettings build()
          Creates an instance of MavenSettings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

aNew

public static MavenSettingsBuilder aNew()
Creates an instance of the builder.

Returns:
the new instance.

a

public static MavenSettingsBuilder a()
Creates an instance of the builder.

Returns:
a preconfigured instance with valid values for tests.

build

public MavenSettings build()
Creates an instance of MavenSettings.

Returns:
the new instance.


Copyright © 2012 Kronseder & Reiner GmbH - smartics. All Rights Reserved.