com.atlassian.bamboo.core
Class RepositoryUrlObfuscator

java.lang.Object
  extended by com.atlassian.bamboo.core.RepositoryUrlObfuscator
All Implemented Interfaces:
Serializable

Deprecated. since 4.3, use methods in class

@Deprecated
public class RepositoryUrlObfuscator
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RepositoryUrlObfuscator()
          Deprecated.  
 
Method Summary
static com.google.common.base.Function<String,String> obfuscatePasswordInUrl()
          Deprecated. since 4.3
static String obfuscatePasswordInUrl(String url)
          Deprecated. since 4.3
static List<String> obfuscatePasswordsInUrls(List<String> urls)
          Deprecated. since 4.3
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryUrlObfuscator

public RepositoryUrlObfuscator()
Deprecated. 
Method Detail

obfuscatePasswordInUrl

@Deprecated
public static com.google.common.base.Function<String,String> obfuscatePasswordInUrl()
Deprecated. since 4.3


obfuscatePasswordInUrl

@Deprecated
@NotNull
public static String obfuscatePasswordInUrl(@NotNull
                                                               String url)
Deprecated. since 4.3


obfuscatePasswordsInUrls

@Deprecated
@NotNull
public static List<String> obfuscatePasswordsInUrls(@NotNull
                                                                       List<String> urls)
Deprecated. since 4.3



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.