com.atlassian.bamboo.ual
Class AddApplicationLinkDialog

java.lang.Object
  extended by com.atlassian.bamboo.ual.AddApplicationLinkDialog

public class AddApplicationLinkDialog
extends java.lang.Object


Constructor Summary
AddApplicationLinkDialog()
           
 
Method Summary
 void submit()
           
 AddApplicationLinkDialog withDifferentUsers()
           
 AddApplicationLinkDialog withNoTrustedRelationship()
           
 AddApplicationLinkDialog withReciprocalLink(java.lang.String url, java.lang.String userName, java.lang.String password)
           
 AddApplicationLinkDialog withSameUsers()
           
 AddApplicationLinkDialog withServerUrl(java.lang.String url)
           
 AddApplicationLinkDialog withTrustedRelationship()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddApplicationLinkDialog

public AddApplicationLinkDialog()
Method Detail

withServerUrl

public AddApplicationLinkDialog withServerUrl(@NotNull
                                              java.lang.String url)

withReciprocalLink

public AddApplicationLinkDialog withReciprocalLink(@Nullable
                                                   java.lang.String url,
                                                   @NotNull
                                                   java.lang.String userName,
                                                   @NotNull
                                                   java.lang.String password)

withSameUsers

public AddApplicationLinkDialog withSameUsers()

withDifferentUsers

public AddApplicationLinkDialog withDifferentUsers()

withTrustedRelationship

public AddApplicationLinkDialog withTrustedRelationship()

withNoTrustedRelationship

public AddApplicationLinkDialog withNoTrustedRelationship()

submit

public void submit()


Copyright © 2012 Atlassian. All Rights Reserved.